From 7402217eb54d08ecdcdcdfcf68fab45a77179be7 Mon Sep 17 00:00:00 2001 From: Zach Reizner Date: Tue, 25 Mar 2014 10:22:01 -0500 Subject: [PATCH] fix 'make demos' typo in README; 'demos' is not a target in the Makefile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d17c1c24..65871985 100644 --- a/README.md +++ b/README.md @@ -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