From 67f2f617b5afa95639dcc3deb6919af94eba1e8e Mon Sep 17 00:00:00 2001 From: Maxim Filippov Date: Sun, 15 Sep 2019 01:20:23 +0300 Subject: [PATCH] Readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1511d32b..1dc6db0c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To compile everything for production run `yarn build:prod`. #### Disabling features -You can disable certain AdminFE features, like reports or settings by modifying `config/prod.env.js` env variable `DISABLED_FEATURES`, e.g. if you want to compile AdminFE without "Setting" you'll need to set it to: `DISABLED_FEATURES: '["settings"]'`. +You can disable certain AdminFE features, like reports or settings by modifying `config/prod.env.js` env variable `DISABLED_FEATURES`, e.g. if you want to compile AdminFE without "Settings" you'll need to set it to: `DISABLED_FEATURES: '["settings"]'`. ## Changelog