From deff6b2997403d4af675d66bbe3cc03914487246 Mon Sep 17 00:00:00 2001 From: Davide Pastore Date: Mon, 1 Jun 2020 14:21:08 +0200 Subject: [PATCH] Update the instructions used to install the library Closed #47 --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 0efbcc5..d4a8494 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,7 @@ A wrapper around the [ipinfo.io](http://ipinfo.io/) services. Install ------- -You can install the library using [composer](https://getcomposer.org/). Add these lines in your composer.json: - -```json -"require" : { - "davidepastore/ipinfo" : "^0.4.*" -} -``` - -or launch: +You can install the library using [composer](https://getcomposer.org/): ```sh $ composer require davidepastore/ipinfo