Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
awgh authored Mar 4, 2021
1 parent bc725f0 commit 785049f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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!**
**If you try this on any untested platforms, whether it works or not, let me know!**

0 comments on commit 785049f

Please sign in to comment.