Skip to content

Commit

Permalink
Fixed installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Oct 5, 2017
1 parent 59412b1 commit 0e0b285
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 @@ -45,8 +45,8 @@ Nicolas Galle [full post](https://medium.com/@nicolasgall/i-started-to-use-react

# Installation

* NPM: `npm install mobx-state-tree --save`
* Yarn: `yarn add mobx-state-tree`
* NPM: `npm install mobx mobx-state-tree --save`
* Yarn: `yarn add mobx mobx-state-tree`
* CDN: https://unpkg.com/[email protected]/dist/mobx-state-tree.umd.js (exposed as `window.mobxStateTree`)
* Playground: [https://mattiamanzati.github.io/mobx-state-tree-playground/](https://mattiamanzati.github.io/mobx-state-tree-playground/) (with React UI, snapshots, patches and actions display)
* CodeSandbox [TodoList demo](https://codesandbox.io/s/nZ26kGMD) fork for testing and bug reporting
Expand Down

0 comments on commit 0e0b285

Please sign in to comment.