diff --git a/README.md b/README.md index 3aa7978..cfa7084 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,11 @@ To be written. Installation ------------ -This library is installable via [Composer](https://getcomposer.org/). -Just define the following requirement in your `composer.json` file: - - { - "require": { - "brick/di": "0.1.*" - } - } +This library is installable via [Composer](https://getcomposer.org/): + +```bash +composer require brick/di +``` Requirements ------------