Clarify instructions

This commit is contained in:
chrisfinazzo 2014-09-27 13:06:45 -04:00
parent bec32b14cb
commit 4a5f70b315
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ $ jekyll serve --detach
{% highlight bash %} {% highlight bash %}
$ jekyll serve --no-watch $ jekyll serve --no-watch
# => A development server will run at http://localhost:4000/ # => Same as `jekyll serve` but will not watch for changes.
{% endhighlight %} {% endhighlight %}
These are just a few of the available [configuration options](../configuration/). These are just a few of the available [configuration options](../configuration/).