Skip to content

Commit

Permalink
Merge pull request #286 from silverlight513/example-fix
Browse files Browse the repository at this point in the history
fixed call to bundle file in example
  • Loading branch information
glenjamin committed Feb 20, 2018
2 parents a257b08 + 9890dcc commit dfd30d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Expand Up @@ -13,6 +13,6 @@
placeholder="Type something in here to prove state isn't lost"
/>
</div>
<script src="/client.js"></script>
<script src="/bundle.js"></script>
</body>
</html>

0 comments on commit dfd30d6

Please sign in to comment.