ref: 1aa125cf68412929de5b9b5d7eb176acef425037
parent: 0d63bf00c3bdb4535c4cd2f002a18eb8e6f7c68e
author: Steve Francia <[email protected]>
date: Thu Jul 4 20:37:26 EDT 2013
fixing two typos
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
Hugo is written in GoLang with support for Windows, Linux, FreeBSD and OSX.
-The latest release can be found at [hugo releases](https://github.com/spf13/hugo/releases)
+The latest release can be found at [hugo releases](https://github.com/spf13/hugo/releases).
We currently build for Windows, Linux, FreeBSD and OS X for x64
and 386 architectures.
@@ -126,7 +126,7 @@
-p="": filesystem path to read files relative from
-w=false: watch filesystem for changes and recreate as needed
-s=false: a (very) simple webserver
- -p="1313": port for webserver to run on
+ -port="1313": port for webserver to run on
The most common use is probably to run hugo with your current
directory being the input directory.