Skip to content

Commit

Permalink
fix a broken link to download js from unpkg cdn (#2734)
Browse files Browse the repository at this point in the history
  • Loading branch information
mznet committed Jan 21, 2021
1 parent 51b46a5 commit 6129fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ There are two types of React bindings, `mobx-react-lite` supports only functiona

**NPM:** `npm install --save mobx`

**CDN:** https://cdnjs.com/libraries/mobx / https://unpkg.com/mobx/lib/mobx.umd.js
**CDN:** https://cdnjs.com/libraries/mobx / https://unpkg.com/mobx/dist/mobx.umd.production.min.js

## Use spec compliant transpilation for class properties

Expand Down

0 comments on commit 6129fae

Please sign in to comment.