From 020295bc1dc418c4a58c8145d4b75139f2a4baa6 Mon Sep 17 00:00:00 2001 From: Regin Larsen Date: Tue, 31 Jan 2017 14:43:51 +0100 Subject: [PATCH] Update README.md to point to latest release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a12d065..fdb32f96 100644 --- a/README.md +++ b/README.md @@ -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 - + ``` ### NPM @@ -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 `/postscribe/index.js`.