From baf1c6954d5a2885fee65df1d96cec240de05bdf Mon Sep 17 00:00:00 2001 From: pythoneer Date: Sun, 15 Feb 2015 21:07:58 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70f831d..0832dbd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ building for Linux use -lX11 -lXtst | include X11/Xlib.h X11/Xutil.h building for Mac use -framework ApplicationServices | include ApplicationServices/ApplicationServices.h building for Win use User32.lib | include Windows.h -if you wanna use qmake i provided a XInputSimulator.pro file – simply type: +if you wanna use qmake i provide a XInputSimulator.pro file – simply type: ``` >$ qmake XInputSimulator.pro && make ```