Skip to content

Commit

Permalink
Display CDN urls as a sublist
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelsky authored Oct 27, 2018
1 parent 524bf2c commit 0f00059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ MobX is proudly sponsored by Mendix, Coinbase, Facebook Open Source, Algolia, Gu

* Installation: `npm install mobx --save`. React bindings: `npm install mobx-react --save`. To enable ESNext decorators (optional), see below.
* CDN:
- https://unpkg.com/mobx/lib/mobx.umd.js
- https://cdnjs.com/libraries/mobx
* https://unpkg.com/mobx/lib/mobx.umd.js
* https://cdnjs.com/libraries/mobx


_Tip: Consider using the faster and smaller ES6 build if targetting a modern environment: `lib/mobx.es6.js`. For example by setting up a webpack alias: `resolve: { alias: { mobx: __dirname + "/node_modules/mobx/lib/mobx.es6.js" }}`_
Expand Down

0 comments on commit 0f00059

Please sign in to comment.