From 7611b936b102daed30d9c56a74d08948b4a3baaf Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 14 May 2013 20:58:28 +0200 Subject: [PATCH] The --watch has two dashes. Prevent MaRuKu blending them into an emdash. --- site/docs/upgrading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/upgrading.md b/site/docs/upgrading.md index 23f52d26..3f4412ff 100644 --- a/site/docs/upgrading.md +++ b/site/docs/upgrading.md @@ -25,11 +25,11 @@ and `jekyll serve` to do the same. And if you want Jekyll to automatically rebuild each time a file changes, just add the `--watch` flag at the end.
-
Watching and Serving
+
Watching and Serving

With the new subcommands, the way sites are previewed locally changed a bit. Instead of specifying `server: true` in the site's configuration file, use `jekyll serve`. The same hold's true for - `watch: true`. Instead, use the `--watch` flag with either `jekyll serve` + `watch: true`. Instead, use the `--watch` flag with either `jekyll serve` or `jekyll build`.