From 8d563b35de255b96e1ab0e38dd9f88d16313b81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Menzel?= Date: Sun, 11 Feb 2018 21:14:50 +0100 Subject: [PATCH] Update README Update README to include the same version of react-toolbox as in peerDependencies of package.json. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 364bfa8..7a183de 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A command line tool to help you extract [react-toolbox](http://react-toolbox.com) style modules to static files so you can integrate it in nearly any stack. ``` -$ yarn add --dev react-toolbox-themr react-toolbox@2.0.0-beta.6 +$ yarn add --dev react-toolbox-themr react-toolbox@^2.0.0-beta.8 ``` Note it only works with **React Toolbox 2.0 beta**. The output path shown in the GIF is outdated, now by default the assets are generated at `src/toolbox`.