diff --git a/README.md b/README.md index 364bfa8..327ffdd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A command line tool to help you extract [react-toolbox](http://react-toolbox.com $ yarn add --dev react-toolbox-themr react-toolbox@2.0.0-beta.6 ``` -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`. +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/assets/react-toolbox`. ![react-toolbox-themr](https://cloud.githubusercontent.com/assets/1634922/21305836/285a092a-c5ce-11e6-8ad4-7b170dc97d1b.gif) @@ -43,7 +43,7 @@ Once installed you can define the configuration in the `package.json` file of yo "color-primary-contrast": "var(--color-dark-contrast)", "color-accent-contrast": "var(--color-dark-contrast)" }, - "output": "assets/react-toolbox" + "output": "src/assets/react-toolbox" } ```