Skip to content

Commit

Permalink
update plunker
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Mar 27, 2017
1 parent caa9a7f commit 07a04c6
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 @@ -20,7 +20,7 @@ https://embed.plnkr.co/mp4hehLvOFLat3tLwN5j/
`npm install mystical-notification`

### Usage
If not using a module system you can get the dist file from unpkg CDN here: `https://unpkg.com/mystical-notification@0.5.0` and just add the script tag to your html page to have the `mystical` lib exposed. If you're using modules then it's best to use `npm install mystical-notification` and then import (see TS sample below).
If not using a module system you can get the dist file from unpkg CDN here: `https://unpkg.com/mystical-notification@0.5.1` and just add the script tag to your html page to have the `mystical` lib exposed. If you're using modules then it's best to use `npm install mystical-notification` and then import (see TS sample below).

### JS
```js
Expand Down

0 comments on commit 07a04c6

Please sign in to comment.