summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Omar <me@johnomar.com>2016-10-13 14:09:36 -0400
committerJohn Omar <me@johnomar.com>2016-10-13 14:09:36 -0400
commit728412bc6b5fda5939c5987f0b520f5f391a4f38 (patch)
tree62a278f50914552002229a1c7bfecaef66628480
parentfaf5efb261a5c5dbe8513330ecc6c08a32d995a8 (diff)
typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 38da461..b567568 100644
--- a/README.md
+++ b/README.md
@@ -357,7 +357,7 @@ module.exports = {
}
```
-All I did here was add `publicPath: '/assets/'. That tells webpack-dev-server to make bundle.js
+All I did here was add `publicPath: '/assets/'`. That tells webpack-dev-server to make bundle.js
available at `http://localhost:8080/assets/bundle.js` instead of in your /dist directory. Let's
see if that is indeed the case. First we need to update our html file to search for the bundle
file on the server rather than in /dist.