From fb7772f5624bb97d22b10dedbb58876d0c64f875 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 4 Dec 2018 09:46:16 -0800 Subject: [PATCH] Update Spanner description for GA --- google-cloud-clients/google-cloud-spanner/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/google-cloud-clients/google-cloud-spanner/README.md b/google-cloud-clients/google-cloud-spanner/README.md index 08214cf23822..4db75716e4ba 100644 --- a/google-cloud-clients/google-cloud-spanner/README.md +++ b/google-cloud-clients/google-cloud-spanner/README.md @@ -41,12 +41,10 @@ section in the base directory's README. ## About Cloud Spanner -[Cloud Spanner][cloud-spanner] is a fully managed, mission-critical relational database service -built from the ground up and battle tested for transactional consistency, high -availability, and global scale. With traditional relational semantics (schemas, -ACID transactions, SQL) and automatic, synchronous replication for high -availability, Cloud Spanner is the only database service of its kind on the -market. +[Cloud Spanner][cloud-spanner] is a fully managed, mission-critical, +relational database service that offers transactional consistency at global scale, +schemas, SQL (ANSI 2011 with extensions), and automatic, synchronous replication +for high availability. Be sure to activate the Cloud Spanner API on the Developer's Console to use Cloud Spanner from your project.