Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b790f5

Browse files
npmcdn-to-unpkg-botclayreimann
authored andcommitted
Replace npmcdn.com with unpkg.com (#375)
1 parent 609491e commit 5b790f5

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-
<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>
2424

2525
<!-- 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>
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)