From e80ddc79f39b6f952da30725514e36a28a63ba8e Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 29 Nov 2014 23:19:52 +0100 Subject: [PATCH] Use node instead of npm to start --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f0e006..e51cf86 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,5 @@ You can [join us](https://webchat.esper.net/?channels=spongy) in #spongy on irc. * `npm install` * `redis-server` * `cp "modules/config.example.js" "modules/config.js"` -* `npm start` +* `node server.js` * Access [http://localhost:3000](http://localhost:3000) \ No newline at end of file