From 9181d919888eecd90a84267a32f744da9bfbe596 Mon Sep 17 00:00:00 2001 From: interfiberschool <117294755+interfiberschool@users.noreply.github.com> Date: Mon, 20 Mar 2023 09:56:25 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d81b9ab..55e67c0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Cross-platform dlopen implementation for C/C++ ## About Hotwire provides a cross-platform API for loading DLLs, its based on the UNIX ```dlopen()``` API. -This project was mainly built for the fusion engine, but is avalible under the BSD license +This project was mainly built for the fusion engine, but is avalible under the MIT license ## Running examples -The ```Makefile``` provided has a native GNU/Linux build system, along with a build system to cross-compile to windows using MinGW. Testing on windows is done using [wine](https://winehq.org). To build the UNIX example use ```make exampleUnix```, and for windows use ```make exampleWin```. The binarys and the example dlls can be found in the ```bin``` folder. \ No newline at end of file +The ```Makefile``` provided has a native GNU/Linux build system, along with a build system to cross-compile to windows using MinGW. Testing on windows is done using [wine](https://winehq.org). To build the UNIX example use ```make exampleUnix```, and for windows use ```make exampleWin```. The binarys and the example dlls can be found in the ```bin``` folder.