From 85dd043b5a49bfe21a21b3598697889737b2db5c Mon Sep 17 00:00:00 2001 From: npmcdn-to-unpkg-bot Date: Wed, 31 Aug 2016 01:43:14 +0100 Subject: [PATCH] Replace npmcdn.com with unpkg.com --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04d7478c..560edc9a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Github.js provides a minimal higher-level wrapper around Github's API. It was co ## [Read the docs][docs] ## Installation -Github.js is available from `npm` or [npmcdn][npmcdn]. +Github.js is available from `npm` or [unpkg][unpkg]. ```shell npm install github-api @@ -20,10 +20,10 @@ npm install github-api ```html - + - + ``` ## Compatibility @@ -112,7 +112,7 @@ yahoo.listRepos(function(err, repos) { [docs]: http://michael.github.io/github/ [gitter]: https://gitter.im/michael/github [npm-package]: https://www.npmjs.com/package/github-api/ -[npmcdn]: https://npmcdn.com/github-api/ +[unpkg]: https://unpkg.com/github-api/ [prose]: http://prose.io [travis-ci]: https://travis-ci.org/michael/github [xhr-link]: http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds.aspx