From 4a5f70b3153116f309c87d6f45ae95d72ca5d1c1 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Sat, 27 Sep 2014 13:06:45 -0400 Subject: [PATCH] Clarify instructions --- site/_docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/usage.md b/site/_docs/usage.md index 6ed29c0f..4959ad45 100644 --- a/site/_docs/usage.md +++ b/site/_docs/usage.md @@ -58,7 +58,7 @@ $ jekyll serve --detach {% highlight bash %} $ jekyll serve --no-watch -# => A development server will run at http://localhost:4000/ +# => Same as `jekyll serve` but will not watch for changes. {% endhighlight %} These are just a few of the available [configuration options](../configuration/).