Skip to content

Commit f6695d1

Browse files
committed
Merge pull request #50 from michaellenahan/patch-1
Update README.md
2 parents 51115e2 + a8b7849 commit f6695d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This project template should provide a kickstart for managing your site
66
dependencies with [Composer](https://getcomposer.org/).
77

8-
If you want to know, how to use it as replacement for
8+
If you want to know how to use it as replacement for
99
[Drush Make](https://github.com/drush-ops/drush/blob/master/docs/make.md) visit
1010
the [Documentation on drupal.org](https://www.drupal.org/node/2471553).
1111

@@ -37,7 +37,7 @@ When installing the given `composer.json` some tasks are taken care of:
3737
* Autoloader is implemented to use the generated composer autoloader in `vendor/autoload.php`,
3838
instead of the one provided by Drupal (`web/vendor/autoload.php`).
3939
* Modules (packages of type `drupal-module`) will be placed in `web/modules/contrib/`
40-
* Theme (packages of type `drupal-module`) will be placed in `web/themes/contrib/`
40+
* Theme (packages of type `drupal-theme`) will be placed in `web/themes/contrib/`
4141
* Profiles (packages of type `drupal-profile`) will be placed in `web/profiles/contrib/`
4242
* Creates default writable versions of `settings.php` and `services.yml`.
4343
* Creates `sites/default/files`-directory.

0 commit comments

Comments
 (0)