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.
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`.