From 8793048add54bca48ece126da94c683d80d36638 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 14 May 2013 20:29:14 +0200 Subject: [PATCH] The CLI command isn't capitalized :) --- site/docs/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/upgrading.md b/site/docs/upgrading.md index b2e44f5e..23f52d26 100644 --- a/site/docs/upgrading.md +++ b/site/docs/upgrading.md @@ -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 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 -`Jekyll serve` command with the `--drafts` flag. +`jekyll serve` command with the `--drafts` flag.
Drafts don't have dates