fix 'make demos' typo in README; 'demos' is not a target in the Makefile

This commit is contained in:
Zach Reizner
2014-03-25 10:22:01 -05:00
parent c883043877
commit 7402217eb5
+1 -1
View File
@@ -28,7 +28,7 @@ SDL_mixer and SDL_ttf have yet to be written.
* *SDL2.0 development libraries* - install through your favourite package management tool, or via http://www.libsdl.org/
# Installation
Clone this repo run `make`. To see an example of the code in use, *make demos*.
Clone this repo run `make`. To see an example of the code in use, *make demo*.
# Demo