Skip to content

Commit

Permalink
Merge pull request #14 from halan/master
Browse files Browse the repository at this point in the history
Fix web browser example on README.md using GitHub URL.
  • Loading branch information
ricmoo committed Apr 24, 2016
2 parents f4e9eba + cb28775 commit 05dfc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var aesjs = require('aes-js');
To use `aes-js` in a web page, add the following:

```html
<script type="text/javascript" src="https://raw.githubusercontent.com/ricmoo/aes-js/master/index.js"></script>
<script type="text/javascript" src="https://rawgit.com/ricmoo/aes-js/master/index.js"></script>
```

Keys
Expand Down

0 comments on commit 05dfc82

Please sign in to comment.