From 83bb510afc542c3abdbc04af611be4bda2998852 Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Thu, 16 Mar 2017 09:38:23 +0000 Subject: [PATCH] Change installation instructions to suggest just using `composer require` --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 050436a..1af0bb9 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,7 @@ PHP library for the Google Contacts API (v3) This package and its dependencies can be installed using `composer`. -Just add the package to your `composer.json` file as follows and run `composer update`. - -```json -{ - "require": { - "rapidwebltd/php-google-contacts-v3-api": "1.*" - } -} -``` +Just run `composer require rapidwebltd/php-google-contacts-v3-api`. ## Setup