From c74540c13cee595e7d493b942be1d6a5eccb4b7d Mon Sep 17 00:00:00 2001 From: Peter Juras Date: Thu, 22 Dec 2016 13:40:32 +0100 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b25f8e63..418f13058 100644 --- a/README.md +++ b/README.md @@ -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.