Skip to content

Commit

Permalink
Merge pull request #1792 from mbelsky/patch-1
Browse files Browse the repository at this point in the history
Display CDN urls as a sublist
  • Loading branch information
mattruby authored Oct 27, 2018
2 parents 524bf2c + 0f00059 commit 3dba5a6
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 3dba5a6

Please sign in to comment.