Skip to content

Commit

Permalink
DOC: add missed import
Browse files Browse the repository at this point in the history
  • Loading branch information
royriojas committed Jun 15, 2016
1 parent 02003a4 commit 3da648e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ TODO:
## Example:

```javascript
import { createModel } from 'mobx-form';

const model = this.model = createModel({
email: '', // initial value for email
password: '', // initial value for password
Expand Down

0 comments on commit 3da648e

Please sign in to comment.