Skip to content

Commit

Permalink
updated bundled js usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
duart38 committed Aug 5, 2020
1 parent efa776f commit 6448a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Also check the examples folder for more examples
<head></head>
<body>
<h1>Observable value test</h1>
<script src="./Observe.js"></script>
<script type="module" src="Observe.bundle.js"></script> <!-- Needs to come from a server as type module does not support local files-->
<script src="./index.js"></script>
</body>
</html>
Expand Down

0 comments on commit 6448a49

Please sign in to comment.