summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Omar <me@johnomar.com>2017-04-07 20:31:31 +0900
committerGitHub <noreply@github.com>2017-04-07 20:31:31 +0900
commit8d71dfe26e9f1cfb5a7043555364fe39982fddd5 (patch)
tree1631db39ab84b26db293eb104975ae510a010496
parent91739057d0aa4dcf63c70f8e679ae37a816b88cc (diff)
parent66295552a55b656f1426d5a02e9ee4228f06425c (diff)
Merge pull request #7 from gudnm/patch-2HEADmaster
Add missing </body> tag
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 41d9b3c..1ee1221 100644
--- a/README.md
+++ b/README.md
@@ -381,6 +381,7 @@ file on the server rather than in /dist.
<div id='container'></div>
<!--<script src='../../dist/bundle.js'></script>-->
<script src='http://localhost:8080/assets/bundle.js'></script>
+ </body>
</html>
```