Merge pull request #7 from tbetbetbe/ruby-auth-docs-correct-package-name

Ruby auth docs correct package name
This commit is contained in:
Tim Emiola 2015-02-24 21:35:16 -08:00
commit 41321befc0
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
## 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.
## Alpha
@ -27,7 +27,7 @@ Be sure `https://rubygems.org/` is in your gem sources.
For normal client usage, this is sufficient:
```bash
$ gem install google-auth-library
$ gem install googleauth
```
## Example Usage