From dec3f3870992ad387def5012f9ce4edf577efadb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Menzel?= Date: Sun, 11 Feb 2018 22:11:09 +0100 Subject: [PATCH] Update README Clarification of --config option. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 364bfa8..803c12d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ First of all you have to add `react-toolbox-themr` to your project as a developm $ yarn add --dev react-toolbox-themr ``` -Once installed you can define the configuration in the `package.json` file of your project or through the `--config ` option. If you want to use your `package.json` to store configuration, the `reactToolbox` key should be used on the top level to find your settings: +Once installed you can define the configuration in the `package.json` file of your project or through the `--config ` option (Note that if used with separate config file, the `reactToolbox` key should be omitted). If you want to use your `package.json` to store configuration, the `reactToolbox` key should be used on the top level to find your settings: ```json "reactToolbox": {