summaryrefslogtreecommitdiffstats
path: root/examples/blog/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog/README.md')
-rw-r--r--examples/blog/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/README.md b/examples/blog/README.md
index 8b48c036e..c4fc908e8 100644
--- a/examples/blog/README.md
+++ b/examples/blog/README.md
@@ -34,7 +34,7 @@ example, but this is the global configuration file and you're going to need to u
In a command prompt or terminal, navigate to the path that contains your `config.toml` file and run `hugo`. That's it!
You should now have a `public` directory with a complete blog! Open `public/index.html` in your browser and bask.
-If that wasn't amazing enough, from the same terminal, run `hugo server -w`. This will watch your directories for changes
+If that wasn't amazing enough, from the same terminal, run `hugo server`. This will watch your directories for changes
and rebuild the site immediately, *and* it will make these changes available at http://localhost:1313/ so you can view
your finished site in your browser. Go on, try it. This is one of the best ways to preview your site while working on it.