Merge pull request #60 from zach297/demos

fix 'make demos' typo in README; 'demos' is not a target in the Makefile
This commit is contained in:
Tony Aldridge
2014-03-25 15:38:51 +00:00
+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