aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Biilmann Christensen <info@mathias-biilmann.net>2016-07-21 10:35:32 -0700
committerMathias Biilmann Christensen <info@mathias-biilmann.net>2016-07-21 10:35:32 -0700
commitc8fc39df18bb1c12c86b631044c8b30983a6a895 (patch)
tree6ead947e383ccf8851c553bc27b00d8953d27115
parentf85838665b07e62c79a56a6956f9a5c7d9a70ced (diff)
Updated readme
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 560f6ed..a77b585 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Hugo + Webpack Boilerplate
+# Hugo with PostCSS and Babel
-This is a boilerplate for using Hugo as a static site generator and Weback as the
+This is a boilerplate for using Hugo as a static site generator and Gulp + Weback as the
asset pipeline.
It's setup to use post-css and babel for CSS and JavaScript.
@@ -14,7 +14,7 @@ npm install
npm start
```
-Then visit http://localhost:3009/
+Then visit http://localhost:3000/
To build your static output, use: