summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Omar <me@johnomar.com>2016-10-13 14:32:02 -0400
committerJohn Omar <me@johnomar.com>2016-10-13 14:32:02 -0400
commitf257c7abffe501afd626cb7159a9f12bc756e14d (patch)
treeec0432669696df5443c5d11189a352c8a37ddc94
parent65de4eb64aba4f32cc91e821e991f4abd9e1c890 (diff)
typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 38312f3..60d8306 100644
--- a/README.md
+++ b/README.md
@@ -384,7 +384,7 @@ $ webpack-dev-server --content-base /dist
This is just telling webpack-dev-server to watch the files in /dist. Open electron again and you will see
the same text from the .elm file as we saw before. If you change that text you'll see a lot of output in your
-terminal. That is just webpack at work recreating your bundle.js. Reload the electron browser to see things updated.
+terminal. That is webpack at work recreating your bundle.js. Reload the electron browser to see things updated.
That's really cool! But the browser should automatically refresh on save, right? Right.