From e2e03e94d783802ebbbc99e8a46864728528d484 Mon Sep 17 00:00:00 2001 From: "F. Hinkelmann" Date: Thu, 25 Jul 2019 13:26:11 -0400 Subject: [PATCH] Fix typo in Readme --- appengine/cloudsql_postgresql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/cloudsql_postgresql/README.md b/appengine/cloudsql_postgresql/README.md index 9ca57720aa..1d54a62bc1 100644 --- a/appengine/cloudsql_postgresql/README.md +++ b/appengine/cloudsql_postgresql/README.md @@ -1,6 +1,6 @@ # Cloud SQL for PostgreSQL Node.js sample on App Engine flexible environment -This sample application shows how to use [Google Cloud SQL[[sql] for [PostgreSQL][postgres] +This sample application shows how to use [Google Cloud SQL][sql] for [PostgreSQL][postgres] on Google App Engine. [App Engine standard environment][appengine-std] users: See tutorial [