diff --git a/app/code/Magento/Deploy/README.md b/app/code/Magento/Deploy/README.md index 344080063a801..0e4bdb11e0bb8 100644 --- a/app/code/Magento/Deploy/README.md +++ b/app/code/Magento/Deploy/README.md @@ -5,7 +5,7 @@ Deploy is a module that holds collection of services and command line tools to h To execute this command, please, run "bin/magento setup:static-content:deploy" from the Magento root directory. Deploy module contains 2 additional commands that allows switching between application modes (for instance from development to -production) and show current application mode. To change the mode run "bin/magento setup:mode:set [mode]". +production) and show current application mode. To change the mode run "bin/magento deploy:mode:set [mode]". Where mode can be one of the following: - development - production