diff --git a/README.md b/README.md index e9d4c1d..6c3b9fa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Universal Loader -This loader provides a unified interface for loading shared libraries from Golang on Windows, OSX, and Linux. +This loader provides a unified Go interface for loading shared libraries **from memory** on Windows, OSX, and Linux. Also included is a cross-platform `Call()` implementation that lets you call into exported symbols from those libraries without stress. @@ -41,4 +41,4 @@ Complete working examples of usage can be found in the examples/ folder in this - Linux 386 (untested, should work) - Other POSIX systems on 386, amd64, or arm64 (untested, should work) -**If you try this on any untested platforms, whether it works or not, let me know!** \ No newline at end of file +**If you try this on any untested platforms, whether it works or not, let me know!**