From 10b63d0b9299342ae0a6d54c01e07d92f40f12ca Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Tue, 24 Feb 2015 18:33:37 -0800 Subject: [PATCH 1/2] Correct the package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95dc4f9..d56b1db 100644 --- a/README.md +++ b/README.md @@ -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 From 07a9399c6a8dd93d0754f36e7bb0aa9e9b054e99 Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Tue, 24 Feb 2015 19:06:28 -0800 Subject: [PATCH 2/2] Minor doco fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d56b1db..128e3e8 100644 --- a/README.md +++ b/README.md @@ -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