From 48f28b9b8f0fc572edf3644c467034be2c94288e Mon Sep 17 00:00:00 2001
From: Richard Soderberg <rsoderberg@gmail.com>
Date: Sun, 1 Apr 2012 22:21:27 -0700
Subject: [PATCH] wrap shell commands in code tags

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 62305383f..2825b3383 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,8 @@ You can stop the servers with a Cntl-C in the terminal.
 
 ## Staying up to date:
 
-1. rm -Rf var node_modules
-2. npm install
+1. `rm -Rf var node_modules`
+2. `npm install`
 
 ## Testing
 
-- 
GitLab