Skip to content

Commit 0d177f2

Browse files
committed
Update README.md
typo
1 parent 48b9340 commit 0d177f2

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
@@ -18,9 +18,9 @@ For a detailed example see main.cpp
1818
sim.mouseUp(XInputSimulator::LEFT_MOUSE_BUTTON); //release the mousebutton press
1919
```
2020

21-
building for Linux use -lX11 -lXtst
22-
building for Mac use -framework ApplicationServices Carbon CoreFoundation
23-
building for Win use User32.lib
21+
building for Linux use -lX11 -lXtst
22+
building for Mac use -framework ApplicationServices Carbon CoreFoundation
23+
building for Win use User32.lib
2424

2525
for cmake there is a CMakeLists.txt file -simply type (for all platforms):
2626
```

0 commit comments

Comments
 (0)