diff --git a/README.md b/README.md index a9e8435..576589e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Container Dumper > Dumps the Drupal container to a file for use with static analysers. ## Why? -This package requires PHP 7.2 and Drupal 8 or higher. It can be installed using Composer: +This package requires PHP 7.2 and Drupal 8 or higher. +It can be installed using Composer: ```bash composer require drupal/container_dumper @@ -21,9 +22,14 @@ To change the configuration of the module, users need the permission The container is dumped to the configured path after every cache rebuild. ## Contributing -- Tests are encouraged. This project doesn't have any test coverage yet, but contributions are welcome. -- Keep the documentation up to date. Make sure README.md and other relevant documentation is kept up to date with your changes. -- One pull request per feature. Try to keep your changes focused on solving a single problem. This will make it easier for us to review the change and easier for you to make sure you have updated the necessary tests and documentation. +- Tests are encouraged. This project doesn't have any test coverage yet, + but contributions are welcome. +- Keep the documentation up to date. Make sure README.md and other relevant + documentation is kept up to date with your changes. +- One pull request per feature. Try to keep your changes focused on solving + a single problem. This will make it easier for us to review the change and + easier for you to make sure you have updated the necessary tests and + documentation. ## Changelog All notable changes to this project will be documented in the