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

Commit 713d4a5

Browse files
committed
minor CDN update
1 parent 0068667 commit 713d4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ then run the following code snippet which will load the SpRestLib bundle script
123123
```javascript
124124
// 1: Load SpRestLib via CDN
125125
var script = document.createElement('script');
126-
script.src = "https://cdn.rawgit.com/gitbrent/SpRestLib/v1.5.0/dist/sprestlib.bundle.js";
126+
script.src = "https://cdn.rawgit.com/gitbrent/SpRestLib/master/dist/sprestlib.bundle.js";
127127
document.getElementsByTagName('head')[0].appendChild(script);
128128

129129
// 2: Test drive some library methods

0 commit comments

Comments
 (0)