From 3f0a706ee1752c5ace5fb635ce3ca00181fdad22 Mon Sep 17 00:00:00 2001 From: Ali Asaria Date: Sat, 24 Sep 2011 13:14:17 -0400 Subject: [PATCH] improve readme formatting --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 5d4754c3..eb4528c5 100644 --- a/README.markdown +++ b/README.markdown @@ -43,8 +43,8 @@ how to install and run on your own computer (linux/osx) - install node.js >= 0.4.7 - install npm - run `npm install` -- now start redis ($ redis-server) -- now start ($ node server.js 80) where "80" is the port you want it to run on. +- run redis `redis-server` +- run scrumblr `node server.js 80` where "80" is the port you want it to run on. license -------