Skip to content

Commit 654d079

Browse files
committed
Update README.md
1 parent 9a0bfb1 commit 654d079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ For a detailed example see main.cpp
1616
sim.mouseUp(1); //release the mousebutton press
1717
```
1818

19-
building for Linux use -lX11 | include X11/Xlib.h X11/Xutil.h
20-
building for Mac use -framework ApplicationServices | include ApplicationServices/ApplicationServices.h
21-
building for Win use User32.lib | include Windows.h
19+
building for Linux use -lX11 | include X11/Xlib.h X11/Xutil.h
20+
building for Mac use -framework ApplicationServices | include ApplicationServices/ApplicationServices.h
21+
building for Win use User32.lib | include Windows.h
2222

2323
####Status
2424
2013-07-16: Linux, Mac and Win part with following functions

0 commit comments

Comments
 (0)