From 493d8597582b6966d3c3bd1d700f0da7ceb91139 Mon Sep 17 00:00:00 2001
From: ali asaria <ali.asaria@gmail.com>
Date: Sat, 13 Sep 2014 08:45:18 -0400
Subject: [PATCH] Update README.markdown

---
 README.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.markdown b/README.markdown
index fbaa855..205c324 100644
--- a/README.markdown
+++ b/README.markdown
@@ -46,7 +46,7 @@ how to install and run on your own computer (linux/osx)
 - run `npm install`
 - run redis `redis-server`
 - run scrumblr `node server.js 80` where "80" is the port you have opened in your firewall and want scrumblr to run on. 
-- open a browser to `http://<server>:<port>` where <server> is your server's url or IP address, and <port> is the port you chose in the previous step.
+- open a browser to `http://<server>:<port>` where `<server>` is your server's url or IP address, and `<port>` is the port you chose in the previous step.
 
 license
 -------