Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #71 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Browse files Browse the repository at this point in the history
Replace npmcdn.com with unpkg.com
  • Loading branch information
Olical authored Sep 1, 2016
2 parents da875db + 1118778 commit 68e0277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ I'm trying to keep it light so as not to slow down your render function. I want

## Installation

You can install the package `react-faux-dom` from npm as you usually would. Then use webpack or browserify (etc) to bundle the source into your build. If you need a pre-built UMD version you can use [npmcdn][].
You can install the package `react-faux-dom` from npm as you usually would. Then use webpack or browserify (etc) to bundle the source into your build. If you need a pre-built UMD version you can use [unpkg][].

You can find the latest version of the UMD version at https://npmcdn.com/react-faux-dom/dist/ReactFauxDOM.min.js
You can find the latest version of the UMD version at https://unpkg.com/react-faux-dom/dist/ReactFauxDOM.min.js

## Usage

Expand Down Expand Up @@ -95,4 +95,4 @@ Do what you want. Learn as much as you can. Unlicense more software.
[react-motion]: https://github.com/chenglou/react-motion
[mixin-example]: ./examples/animate-d3-with-mixin
[component-kit]: https://github.com/kennetpostigo/component-kit
[npmcdn]: https://npmcdn.com/
[unpkg]: https://unpkg.com/

0 comments on commit 68e0277

Please sign in to comment.