From 713d4a574b1d011ea597d0ad1a6fd4b0aab45185 Mon Sep 17 00:00:00 2001 From: GitBrent Date: Wed, 29 Aug 2018 22:00:09 -0500 Subject: [PATCH] minor CDN update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b505a57..6d81bb3 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ then run the following code snippet which will load the SpRestLib bundle script ```javascript // 1: Load SpRestLib via CDN var script = document.createElement('script'); -script.src = "https://cdn.rawgit.com/gitbrent/SpRestLib/v1.5.0/dist/sprestlib.bundle.js"; +script.src = "https://cdn.rawgit.com/gitbrent/SpRestLib/master/dist/sprestlib.bundle.js"; document.getElementsByTagName('head')[0].appendChild(script); // 2: Test drive some library methods