From 85876a79689f53f251d1755d91fc1f80c5bc6065 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Wed, 1 Apr 2020 13:56:28 +0200 Subject: [PATCH] Update the Composer installation command --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 99f9021..582a6ae 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,9 @@ Example Install ------- -Just create a `composer.json` file and run the `php composer.phar install` command to install it: - -```json -{ - "require": { - "jakub-onderka/php-console-highlighter": "0.*" - } -} -``` +Just run the following command to install it: + + composer require --dev php-parallel-lint/php-console-highlighter Usage -------