From e7f64be149bcd028ed7d564ee383cc399b71dedc Mon Sep 17 00:00:00 2001 From: Sai Cheemalapati Date: Tue, 20 Jun 2017 16:06:55 -0700 Subject: [PATCH] Rename 'gcloud' to 'google-cloud' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6701543c..ab0476606 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ changes when necessary. ## Working with Google Cloud Platform APIs? -If you're working with Google Cloud Platform APIs such as Datastore, Cloud Storage or Pub/Sub, consider using [gcloud](https://github.com/GoogleCloudPlatform/google-cloud-ruby), an idiomatic Ruby client for Google Cloud Platform services. +If you're working with Google Cloud Platform APIs such as Datastore, Cloud Storage or Pub/Sub, consider using [google-cloud](https://github.com/GoogleCloudPlatform/google-cloud-ruby), an idiomatic Ruby client for Google Cloud Platform services. -You can find the list of Google Cloud Platform APIs supported by gcloud in the [gcloud docs](https://googlecloudplatform.github.io/gcloud-ruby/#/docs/google-cloud). +You can find the list of Google Cloud Platform APIs supported by google-cloud in the [google-cloud docs](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud). ## Migrating from 0.8.x