From 17b4acd3fef6d65e1725b76e8f26ae7ce1bcdc49 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 18 May 2014 06:21:31 +0200 Subject: [PATCH] Formatting fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 402b2e0..58c018f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A game engine, under development. Currently being rewritten in Coffeescript. To install dependencies you need for developing on Radium: `npm install` -Note that coffee-script may fail to install; in that case, you'll need to install it manually (and you can ignore the error from the previous command): `sudo npm install -g coffee-script` +Note that `coffee-script` may fail to install; in that case, you'll need to install it manually (and you can ignore the error from the previous command): `sudo npm install -g coffee-script` To run the build scripts in development mode, automatically recompiling both engine and sample game code as files are changed: `gulp watch`