Skip to content

Commit

Permalink
fix: 🐛 Update old sdk references (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrzejSala authored and pcholuj committed Oct 7, 2019
1 parent 120d261 commit 494d774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/requirejs/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ window.addEventListener('DOMContentLoaded', function () {
requirejs.config({
baseUrl: "js",
paths: {
"filestack": "//static.filestackapi.com/filestack-js/1.x.x/filestack"
"filestack": "//static.filestackapi.com/filestack-js/3.x.x/filestack"
},
});

Expand Down
2 changes: 1 addition & 1 deletion src/lib/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export interface ClientOptions {
*
* ```js
* // UMD module in browser
* <script src="https://static.filestackapi.com/filestack-js/1.x.x/filestack.min.js"></script>
* <script src="https://static.filestackapi.com/filestack-js/3.x.x/filestack.min.js"></script>
* const client = filestack.init('apikey');
* ```
*/
Expand Down

0 comments on commit 494d774

Please sign in to comment.