From 67ad70972f787f86ee069765e6ac9567c9ed7df3 Mon Sep 17 00:00:00 2001 From: Anthony Blackshaw Date: Mon, 11 Dec 2017 00:08:42 +0000 Subject: [PATCH] Updated readme to use the current version as an example for the CDN URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6aeb2ff..077632df 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ ContentTools is available via the [jsdelivr open source CDN](http://www.jsdelivr For example to access the current primary JavaScript file the URL would be: -`https://cdn.jsdelivr.net/npm/ContentTools@1.5.4/build/content-tools.min.js` +`https://cdn.jsdelivr.net/npm/ContentTools@1.6.1/build/content-tools.min.js` As the project's CSS uses relative file paths you will need to either role your own version of CSS from the SASS files (recommended) or [override references to fonts/images within your local CSS](https://gist.github.com/anthonyjb/a6aec8ecfbfe6f875d5c6691687ba43d).