Skip to content

Commit

Permalink
update readme and package json
Browse files Browse the repository at this point in the history
  • Loading branch information
rnjailamba committed Mar 25, 2016
1 parent 9cf62f1 commit 115251d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Easy creation of permalinks on your html page! [ http://codepen.io/rnjailamba/fu

## After Installation

You will find the permalink.js file in node_modules/permalinkjs/dist/permalink.js
Please include the permalink.js file after including jQuery.
You will find the permalink.js file in node_modules/permalinkjs/dist/permalink.js.
Please include the permalink.js file after including jQuery.
Please check node_modules/permalinkjs/demo/index.html for a very easy example.

## Usage - Example 1

Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>jQuery Boilerplate</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="../dist/permalink.js"></script>
</head>
<body>
Expand Down

0 comments on commit 115251d

Please sign in to comment.