Fixed a typo when sourcing scripts in index.html

This commit is contained in:
Daniel Xie 2016-11-30 16:10:27 -06:00
parent b821fc2ea9
commit ca9caada67

@ -29,7 +29,7 @@
<script src="src/engine.js"></script> <script src="src/engine.js"></script>
<!-- Utils --> <!-- Utils -->
<script src="utils/jsonfn/jsonfn.js"></script> <script src="utils/JSONReviver.js"></script>
</head> </head>
<body> <body>