Skip to content

Commit

Permalink
Change installation instructions to suggest just using `composer requ…
Browse files Browse the repository at this point in the history
…ire`
  • Loading branch information
DivineOmega authored Mar 16, 2017
1 parent 9dbb91c commit 83bb510
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 83bb510

Please sign in to comment.