Skip to content

Commit

Permalink
update browser.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rhendric committed Aug 15, 2018
1 parent ecf2460 commit 7ac08f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser.html
Expand Up @@ -16,7 +16,7 @@ <h1>LiveScript browser tests</h1>
</script>
<script>
(function () {
var LiveScript = require("LiveScript");
var LiveScript = require("livescript");
assert(LiveScript, "LiveScript exists");

assert(LiveScript.compile, "LiveScript.compile exists");
Expand Down

0 comments on commit 7ac08f5

Please sign in to comment.