From f64915b34b24c49a40d0c91ddd9beb9de8c8ccf8 Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Tue, 22 Sep 2015 16:47:06 -0500
Subject: Fix up README instructtions

---
 README.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.rst b/README.rst
index e7d40b6..3ddfe54 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
 My website, blog posts and conference talks
 ===========================================
 
-If you're interested in my presentations, you can go look at them here: 
+If you're interested in my presentations, you can go look at them here:
 http://inaugust.com/talks
 
 Building
@@ -16,10 +16,10 @@ The following commands will get you started:
 ::
     # This will install miscellaneous runtime dependencies.
     npm install
-    
-    # This will create a local webhost, serving all of your presentations. 
+
+    # This will create a local webhost, serving all of your presentations.
     # It will autodetect changes and refresh any applicable pages.
-    npm run serve
-    
+    npm start
+
     # This will construct your current presentations, and rsync them
     npm run release
-- 
cgit v1.2.3