浏览代码

Update README.md

Mark Shust 8 年之前
父节点
当前提交
cb476f9870
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -31,7 +31,7 @@ Then, just set `M2SETUP_USE_ARCHIVE` to `false` in your docker-compose.yml file.
 
 ### Magento Enterprise 
 
-You can install Magento Enterprise via Composer by setting `M2SETUP_USE_COMPOSER_ENTERPRISE` to `true` in docker-compose.yml file.
+You can install Magento Enterprise via Composer by setting `M2SETUP_USE_COMPOSER_ENTERPRISE=true` in your docker-compose.yml file.
 
 ## Composer-less, No-Auth Setup
 
@@ -91,4 +91,4 @@ magento cache:flush
 
 You can copy `docker-compose.override.yml.dist` to `docker-compose.override.yml` and adjust environment variables, volume mounts etc in the `docker-compose.override.yml` file to avoid losing local configuration changes when you pull changes to this repository. 
 
-Docker Compose will automatically read any of the values you define in the file. See [this link](https://docs.docker.com/compose/extends/#/understanding-multiple-compose-files) for more information about the override file. 
+Docker Compose will automatically read any of the values you define in the file. See [this link](https://docs.docker.com/compose/extends/#/understanding-multiple-compose-files) for more information about the override file.