Merge pull request #7 from tbetbetbe/ruby-auth-docs-correct-package-name
Ruby auth docs correct package name
This commit is contained in:
commit
41321befc0
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
This Google's officially supported ruby client library for using OAuth 2.0
|
This is Google's officially supported ruby client library for using OAuth 2.0
|
||||||
authorization and authentication with Google APIs.
|
authorization and authentication with Google APIs.
|
||||||
|
|
||||||
## Alpha
|
## Alpha
|
||||||
|
@ -27,7 +27,7 @@ Be sure `https://rubygems.org/` is in your gem sources.
|
||||||
For normal client usage, this is sufficient:
|
For normal client usage, this is sufficient:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ gem install google-auth-library
|
$ gem install googleauth
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
Loading…
Reference in New Issue