From 6ced82ab3623b8f1470317d38cbd2de855e7aa3d Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Thu, 29 Nov 2018 14:20:07 +0100 Subject: [PATCH] Update README (composer require) --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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 ------------