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

Commit

Permalink
Update README.md to point to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
kvakulo authored and jnewman-sfdc committed Jan 31, 2017
1 parent 5d89b60 commit 020295b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.6/postscribe.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/postscribe/2.0.8/postscribe.min.js"></script>
```

### NPM
Expand All @@ -59,7 +59,7 @@ Postscribe runs in browsers, so this assumes you're using a module bundler like
You can include `postscribe` using *bower* by installing from the CDN URL:

```console
bower install --save https://cdnjs.cloudflare.com/ajax/libs/postscribe/2.0.6/postscribe.min.js
bower install --save https://cdnjs.cloudflare.com/ajax/libs/postscribe/2.0.8/postscribe.min.js
```

The library will exist at `<components_folder>/postscribe/index.js`.
Expand Down

0 comments on commit 020295b

Please sign in to comment.