Skip to content

Commit

Permalink
examples fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Mar 20, 2016
1 parent 8e947bb commit 563cf1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/large.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>webgl-distort</title>
<script src="../bower_components/glfx-js/glfx.js"></script>
<script src="../bower_components/glfx-js/dist/glfx.js"></script>
<script src="../dist/webgl-distort.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>webgl-distort</title>
<script src="bower_components/glfx-js/glfx.js"></script>
<script src="bower_components/glfx-js/dist/glfx.js"></script>
<script src="dist/webgl-distort.js"></script>
</head>
<body>
Expand Down

0 comments on commit 563cf1b

Please sign in to comment.