Skip to content

Commit

Permalink
Merge pull request #714 from peterjuras/master
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
mattruby authored Dec 22, 2016
2 parents 0da54f8 + c74540c commit 6ed404b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ How that works? See this [in-depth explanation of MobX](https://medium.com/@mwes

### Easy interoperability

MobX works plain javascript structures. Due to it's unobtrusiveness it works with most javascript libraries out of the box, without needing MobX specific library flavors.
MobX works with plain javascript structures. Due to it's unobtrusiveness it works with most javascript libraries out of the box, without needing MobX specific library flavors.

So you can simply keep using your existing router, data fetching, and utility libraries like `react-router`, `director`, `superagent`, `lodash` etc.

Expand Down

0 comments on commit 6ed404b

Please sign in to comment.