fix typo of readme
authorGuoJing <soundbbg@gmail.com>
Sun, 9 Mar 2014 03:17:17 +0000 (11:17 +0800)
committerspf13 <steve.francia@gmail.com>
Thu, 13 Mar 2014 11:01:00 +0000 (12:01 +0100)
README.md

index 1c83837c1f1cc2c00fdc04221b65262b225089c3..e938979449fbc5309ab82ef260d9545dd0fec080 100644 (file)
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ If you only want to build from source, it's even easier.
 #### Running Hugo
 
     cd /path/to/hugo
-    go install github.com/spf13/hugo/hugolibs
+    go install github.com/spf13/hugo/hugolib
     go run main.go
 
 #### Contribution Guidelines