Skip to content

Commit

Permalink
document new way to include flow
Browse files Browse the repository at this point in the history
  • Loading branch information
halbgut committed Dec 4, 2017
1 parent 12c5b2c commit 548ce0c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,7 @@ And finally kudos for all the people that believed in, tried, validated and even
* Use `npm test` to run the basic test suite, `npm run coverage` for the test suite with coverage and `npm run perf` for the performance tests.

## Flow support
MobX ships with flow typings. To use them in your project, add this to the `[libs]` section of your `.flowconfig`:
```
[libs]
node_modules/mobx/lib/mobx.js.flow
```
MobX ships with flow typings. Flow will automatically include them. Though you cannot ignore `node_modules` in your `.flowconfig` and a you **cannot** import it explicitly in the `[libs]` section.

## Bower support

Expand Down

0 comments on commit 548ce0c

Please sign in to comment.