Skip to content

Commit

Permalink
Update demo page script URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstraw committed Jun 29, 2016
1 parent 730cee6 commit 51c033d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h1>Luminous Demo</h1>
>
</a>

<script src="dist/luminous.js"></script>
<script src="./dist/Luminous.js"></script>
<script>
new Luminous(document.querySelector('.simple-demo'));
new LuminousGallery(document.querySelectorAll('.gallery-demo'));
Expand Down

0 comments on commit 51c033d

Please sign in to comment.