The CLI command isn't capitalized :)

This commit is contained in:
Parker Moore 2013-05-14 20:29:14 +02:00
parent 3f21f87ccf
commit 8793048add
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Jekyll now lets you write draft posts, and allows you to easily preview how
they will look prior to publishing. To start a draft, simply create a folder they will look prior to publishing. To start a draft, simply create a folder
called `_drafts` in your site's source directory (e.g., alongside `_posts`), called `_drafts` in your site's source directory (e.g., alongside `_posts`),
and add a new markdown file to it. To preview your new post, simply run the and add a new markdown file to it. To preview your new post, simply run the
`Jekyll serve` command with the `--drafts` flag. `jekyll serve` command with the `--drafts` flag.
<div class="note info"> <div class="note info">
<h5 markdown="1">Drafts don't have dates</h5> <h5 markdown="1">Drafts don't have dates</h5>