Skip to content

Commit

Permalink
Update README for v2.0 stable release (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jun 8, 2016
1 parent f872fea commit cd4d616
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

# Google APIs Client Library for PHP #

> ### NOTE: If you arrived here from `developers.google.com`, you should be using the [v1-branch](https://github.com/google/google-api-php-client/tree/v1-master) of this repo
## Description ##
The Google API Client Library enables you to work with Google APIs such as Google+, Drive, or YouTube on your server.

Expand All @@ -29,7 +27,7 @@ composer installed.
Once composer is installed, execute the following command in your project root to install this library:

```sh
composer require google/apiclient:^2.0.0@RC
composer require google/apiclient:^2.0
```

Finally, be sure to include the autoloader:
Expand Down

0 comments on commit cd4d616

Please sign in to comment.