Merge pull request #111 from kybin/patch-1

fix typo in README
This commit is contained in:
Pietro Gagliardi 2015-12-22 09:02:07 -05:00
commit 6faaf172e9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ If you want to play around with this new package ui, you'll need to install libu
- On Windows, merely copy out\libui.dll to the root of this repo.
- On OS X, copy out/libui.dylib to the root of this repo as libui.0.dylib and symlink it to libui.dylib
- On other Unixes, copy out/libui.so to the eroot of this reop as libui.so.0 and symlink it to libui.so
- On other Unixes, copy out/libui.so to the root of this repo as libui.so.0 and symlink it to libui.so
and then copy ui.h to the top of this repo as well. (You may symlink any files instead of copying if so choose.)