Skip to content

Commit cd4d616

Browse files
committed
Update README for v2.0 stable release (#968)
1 parent f872fea commit cd4d616

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
# Google APIs Client Library for PHP #
44

5-
> ### 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
6-
75
## Description ##
86
The Google API Client Library enables you to work with Google APIs such as Google+, Drive, or YouTube on your server.
97

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

3129
```sh
32-
composer require google/apiclient:^2.0.0@RC
30+
composer require google/apiclient:^2.0
3331
```
3432

3533
Finally, be sure to include the autoloader:

0 commit comments

Comments
 (0)