From eb04045605331546e1c9ccbc0191a051ca3f81c3 Mon Sep 17 00:00:00 2001 From: Oleg Stepura Date: Fri, 26 May 2017 10:16:27 +0200 Subject: [PATCH] Fix README on example project description (#1497) Fix it since no reaction to https://github.com/react-toolbox/react-toolbox/pull/1251#issuecomment-302403914 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ced80ba..61c5bb4b 100644 --- a/README.md +++ b/README.md @@ -264,9 +264,9 @@ The only requirement for SSR is to be able to require ES6 and CSS Modules in the ## Examples -For now we have a [1.x repository example](https://github.com/react-toolbox/react-toolbox-example) demonstrating configuration and some basic customization. It hasn't yet been updated for 2.0! For now it's not using SSR rendering but it shouldn't be difficult to implement an example so it will come soon. Feel free to PR your example project or to add some use cases to the repository: +For now we have a [repository example](https://github.com/react-toolbox/react-toolbox-example) demonstrating configuration and some basic customization. For now it's not using SSR rendering but it shouldn't be difficult to implement an example so it will come soon. Feel free to PR your example project or to add some use cases to the repository: -2.x demo project - https://github.com/alexhisen/mobx-forms-demo +Another 2.x demo project is https://github.com/alexhisen/mobx-forms-demo ## TypeScript