From 14a9aac0fc7f46588497166bcbacfdc37e535c0b Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Thu, 13 Nov 2014 21:28:00 -0600 Subject: [PATCH] Clarify auto-update info in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca6753e..53c3e14 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You're going to need: 4. Install all dependencies: `bundle install` 5. Start the test server: `bundle exec middleman server` -You can now see the docs at . And as you edit `source/index.md`, your server should automatically update! Whoa! That was fast! +You can now see the docs at . Whoa! That was fast! Now that Slate is all set up your machine, you'll probably want to learn more about [editing Slate markdown](https://github.com/tripit/slate/wiki/Markdown-Syntax), or [how to publish your docs](https://github.com/tripit/slate/wiki/Deploying-Slate).