Skip to content

Commit

Permalink
Stick to jQuery plugin filename traditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
borgar committed Feb 7, 2011
1 parent 991c3c9 commit f0f7ac2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An implementation of Sokōban in JavaScript, as a [jQuery] plugin. It parses and
1. Include a reference to the plugin (and jQuery) to the `<head>` section of your document:

<script src="jquery.min.js"></script>
<script src="sokoban.js"></script>
<script src="jquery.sokoban.js"></script>


2. Add a Sokoban puzzle to your HTML document:
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="js/jquery.processEach.js"></script>
<script src="js/sokoban.js"></script>
<script src="js/jquery.sokoban.js"></script>
<script>
jQuery(function(){

Expand Down
File renamed without changes.

0 comments on commit f0f7ac2

Please sign in to comment.