From ecd21853d32a31f7156c12ecf78325177dfdc2cd Mon Sep 17 00:00:00 2001 From: Patrick Costello Date: Wed, 30 Jul 2014 12:39:21 -0700 Subject: [PATCH] Datastore, while using Megastore, is much more than just an externalized version of it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b67d8f669e8..a835e2eecc3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Node idiomatic client for Google Cloud services. Work in progress... Watch the r This client supports the following Google Cloud services: -* [Google Cloud Datastore](https://developers.google.com/datastore/) (externalised Megastore, also allows access to the collections of your existing AppEngine apps) +* [Google Cloud Datastore](https://developers.google.com/datastore/) (also allows access to the collections of your existing AppEngine apps) * [Google Cloud Storage](https://cloud.google.com/products/cloud-storage/) * [Google Cloud Pub/Sub](https://developers.google.com/pubsub/) * Planned but not yet started: [Google Compute Engine](https://developers.google.com/compute), and [Google BigQuery](https://developers.google.com/bigquery/)