Correct the package name

This commit is contained in:
Tim Emiola 2015-02-24 18:33:37 -08:00
parent 18307f1911
commit 10b63d0b92
1 changed files with 1 additions and 1 deletions

View File

@ -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