summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Vashchenko <srochno@gmail.com>2017-04-06 20:53:37 -0400
committerGitHub <noreply@github.com>2017-04-06 20:53:37 -0400
commit66295552a55b656f1426d5a02e9ee4228f06425c (patch)
tree467057300b9ea4d5098c147a915e19894e67bda6
parent120ce8fc0ff39c566001b9d910e1320a40bc87b7 (diff)
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 1293b8b..1954848 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>
```