diff --git a/README.md b/README.md index 42e8ab101c..000e513a85 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This project template should provide a kickstart for managing your site dependencies with [Composer](https://getcomposer.org/). -If you want to know, how to use it as replacement for +If you want to know how to use it as replacement for [Drush Make](https://github.com/drush-ops/drush/blob/master/docs/make.md) visit the [Documentation on drupal.org](https://www.drupal.org/node/2471553). @@ -37,7 +37,7 @@ When installing the given `composer.json` some tasks are taken care of: * Autoloader is implemented to use the generated composer autoloader in `vendor/autoload.php`, instead of the one provided by Drupal (`web/vendor/autoload.php`). * Modules (packages of type `drupal-module`) will be placed in `web/modules/contrib/` -* Theme (packages of type `drupal-module`) will be placed in `web/themes/contrib/` +* Theme (packages of type `drupal-theme`) will be placed in `web/themes/contrib/` * Profiles (packages of type `drupal-profile`) will be placed in `web/profiles/contrib/` * Creates default writable versions of `settings.php` and `services.yml`. * Creates `sites/default/files`-directory.