File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ Github.js provides a minimal higher-level wrapper around Github's API. It was co
12
12
## [ Read the docs] [ docs ]
13
13
14
14
## Installation
15
- Github.js is available from ` npm ` or [ npmcdn ] [ npmcdn ] .
15
+ Github.js is available from ` npm ` or [ unpkg ] [ unpkg ] .
16
16
17
17
``` shell
18
18
npm install github-api
19
19
```
20
20
21
21
``` html
22
22
<!-- just github-api source (5.3kb) -->
23
- <script src =" https://npmcdn .com/github-api/dist/GitHub.min.js" ></script >
23
+ <script src =" https://unpkg .com/github-api/dist/GitHub.min.js" ></script >
24
24
25
25
<!-- standalone (20.3kb) -->
26
- <script src =" https://npmcdn .com/github-api/dist/GitHub.bundle.min.js" ></script >
26
+ <script src =" https://unpkg .com/github-api/dist/GitHub.bundle.min.js" ></script >
27
27
```
28
28
29
29
## Compatibility
@@ -112,7 +112,7 @@ yahoo.listRepos(function(err, repos) {
112
112
[ docs ] : http://michael.github.io/github/
113
113
[ gitter ] : https://gitter.im/michael/github
114
114
[ npm-package ] : https://www.npmjs.com/package/github-api/
115
- [ npmcdn ] : https://npmcdn .com/github-api/
115
+ [ unpkg ] : https://unpkg .com/github-api/
116
116
[ prose ] : http://prose.io
117
117
[ travis-ci ] : https://travis-ci.org/michael/github
118
118
[ xhr-link ] : http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds.aspx
You can’t perform that action at this time.
0 commit comments