summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Omar <me@johnomar.com>2016-10-13 14:29:53 -0400
committerJohn Omar <me@johnomar.com>2016-10-13 14:29:53 -0400
commit65de4eb64aba4f32cc91e821e991f4abd9e1c890 (patch)
tree58fcf695c95e9674cc6f288c37f6291750856b09
parent0bda787c7146ff2e03e1260fa74831529285d44d (diff)
typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 523ba9d..38312f3 100644
--- a/README.md
+++ b/README.md
@@ -292,7 +292,7 @@ module.exports = {
The elm loader is going to transpile the .elm files into .js before webpack does its bundling magic.
Under the hood webpack uses *elm make* just like we did above. We could skip using the loader if we
wanted to manually make the elm files every time, but webpack automates it for us now.
-webpack dev server
+
If you run *webpack* now, you'll see the bundle file get created in /dist, but when you run electron
you won't see the "Hello Electron. I'm Elm." text. The reason is because the html file that electron