Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5b790f5

Browse files
npmcdn-to-unpkg-botclayreimann
authored andcommitted
Replace npmcdn.com with unpkg.com (#375)
1 parent609491e commit5b790f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ Github.js provides a minimal higher-level wrapper around Github's API. It was co
1212
##[Read the docs][docs]
1313

1414
##Installation
15-
Github.js is available from`npm` or[npmcdn][npmcdn].
15+
Github.js is available from`npm` or[unpkg][unpkg].
1616

1717
```shell
1818
npm install github-api
1919
```
2020

2121
```html
2222
<!-- just github-api source (5.3kb)-->
23-
<scriptsrc="https://npmcdn.com/github-api/dist/GitHub.min.js"></script>
23+
<scriptsrc="https://unpkg.com/github-api/dist/GitHub.min.js"></script>
2424

2525
<!-- standalone (20.3kb)-->
26-
<scriptsrc="https://npmcdn.com/github-api/dist/GitHub.bundle.min.js"></script>
26+
<scriptsrc="https://unpkg.com/github-api/dist/GitHub.bundle.min.js"></script>
2727
```
2828

2929
## Compatibility
@@ -112,7 +112,7 @@ yahoo.listRepos(function(err, repos) {
112112
[docs]:http://michael.github.io/github/
113113
[gitter]:https://gitter.im/michael/github
114114
[npm-package]:https://www.npmjs.com/package/github-api/
115-
[npmcdn]:https://npmcdn.com/github-api/
115+
[unpkg]:https://unpkg.com/github-api/
116116
[prose]:http://prose.io
117117
[travis-ci]:https://travis-ci.org/michael/github
118118
[xhr-link]:http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds.aspx

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp