From f40ddf0d0270fa0b8cdb7cfa937023c7fb12fefa Mon Sep 17 00:00:00 2001 From: Alexander Menk Date: Mon, 14 Sep 2015 19:22:14 +0200 Subject: [PATCH] Magneto -> Magento *sigh* --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e4b7975..cfb999c1 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,6 @@ After `composer install/update` is done the application is ready to work. ## Deployment Strategy -The default deployment strategy used by Magneto Composer Installer is `copy`. It will copy each files/directories from `vendor` directory to its designated location based on `extra/map` information stored in each component `composer.json` file. +The default deployment strategy used by Magento Composer Installer is `copy`. It will copy each files/directories from `vendor` directory to its designated location based on `extra/map` information stored in each component `composer.json` file. There are [other deployment strategy](https://github.com/magento-hackathon/magento-composer-installer/blob/master/doc/Deploy.md) that could be used, however Magento 2.x system does not guarantee its successful operation.