diff --git a/composer/Plugin/Scaffold/README.md b/composer/Plugin/Scaffold/README.md index 0d37c5db68b72f6bb0c3c8a7d64899ba5a23c69f..32bd25c37d90611b68ffce639c5372cf7a3817a5 100644 --- a/composer/Plugin/Scaffold/README.md +++ b/composer/Plugin/Scaffold/README.md @@ -1,9 +1,14 @@ # Drupal Composer Scaffold -This project provides a composer plugin for placing scaffold files (like -`index.php`, `update.php`, …) from the `drupal/core` project into their desired -location inside the web root. Only individual files may be scaffolded with this -plugin. +This project provides a composer plugin making the Drupal core Composer package +work correctly in a Composer project. + +This takes care of: + - Placing scaffold files (like `index.php`, `update.php`, …) from the + `drupal/core` project into their desired location inside the web root. Only + individual files may be scaffolded with this plugin. + - Writing an autoload.php file to the web root, which includes the Composer + autoload.php file. The purpose of scaffolding files is to allow Drupal sites to be fully managed by Composer, and still allow individual asset files to be placed in arbitrary