Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
minor CDN update
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Aug 30, 2018
1 parent 0068667 commit 713d4a5
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 @@ -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
Expand Down

0 comments on commit 713d4a5

Please sign in to comment.