From 07a04c6fac831c72d55b0d90c31637f325edd6a6 Mon Sep 17 00:00:00 2001 From: Brad Martin Date: Mon, 27 Mar 2017 12:16:46 -0500 Subject: [PATCH] update plunker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd6091a..6f9709f 100644 --- a/README.md +++ b/README.md @@ -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