Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
fix(readme): fix cdn path in README
Browse files Browse the repository at this point in the history
Commiting as a fix b/c we need an actualy build for the link to work
  • Loading branch information
Joshua Newman committed Apr 28, 2016
1 parent 994ace5 commit df0c465
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 @@ -40,7 +40,7 @@ PostScribe overrides `document.write`. It is best and safest to use PostScribe a
If you just want to use the script without installing anything, use the following to load the script from *cdnjs*:

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/postscribe/2.0.0/postscribe.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/postscribe/2.0.5/postscribe.min.js"></script>
```

### NPM
Expand Down

0 comments on commit df0c465

Please sign in to comment.