Skip to content

Commit 4cfd7ce

Browse files
committed
scriptタグでの利用の、リンク先をCDNに変更。
1 parent beb8fa4 commit 4cfd7ce

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
@@ -12,7 +12,7 @@ AppPot SDK for JavaScript, available for browsers and smart devices, or Node.js.
1212
To use the SDK in the browser, add the following script tag to your HTML page
1313

1414
```html
15-
<script src="https://raw.githubusercontent.com/NCDCHub/apppot-sdk-js/master/dist/apppot.js"></script>
15+
<script src="https://cdn.rawgit.com/NCDCHub/apppot-sdk-js/v2.3/dist/apppot.min.js"></script>
1616
```
1717

1818
To use in the Node.js, use the [npm](http://npmjs.org) package manager. Type the following into a terminal.

0 commit comments

Comments
 (0)