From baef7e0438883f2e63e202355529bcd51efe2be5 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Sun, 29 Mar 2015 15:42:16 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f30efa6..bb1cfe3 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ To run the app from source, just clone the code and run this in your terminal: ``` npm install -grunt build -node index.js +grunt +./index.js --port 8080 ``` ## License