From 4b45a746cb9bb588e6f695da502e15cd84480d27 Mon Sep 17 00:00:00 2001 From: bluPhy Date: Tue, 17 Aug 2021 20:10:58 +0000 Subject: [PATCH 1/2] update to README.md --- appengine/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine/README.md b/appengine/README.md index 730e84cfea..14f5e2d2dd 100644 --- a/appengine/README.md +++ b/appengine/README.md @@ -22,7 +22,7 @@ sample. The App Engine Node.js samples typically require that you do the following: -1. [Setup your environment for Node.js developement][nodejs_dev]. +1. [Setup your environment for Node.js development][nodejs_dev]. 1. [Install the Google Cloud SDK][sdk]. 1. Acquire local credentials for authenticating with Google Cloud Platform APIs: @@ -36,7 +36,7 @@ The App Engine Node.js samples typically require that you do the following: cd appengine/sample-folder/ -1. Install depedencies: +1. Install dependencies: npm install From 94e56e7abd8a2aab72d5b5d05f468d5f92381247 Mon Sep 17 00:00:00 2001 From: Alejandro Leal Date: Wed, 12 Apr 2023 23:21:06 -0400 Subject: [PATCH 2/2] Update README.md --- run/image-processing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/image-processing/README.md b/run/image-processing/README.md index 13cce9a4ba..ad145c4f90 100644 --- a/run/image-processing/README.md +++ b/run/image-processing/README.md @@ -18,7 +18,7 @@ For more details on how to work with this sample read the [Google Cloud Run Node Cloud Run services can be [configured with Environment Variables](https://cloud.google.com/run/docs/configuring/environment-variables). Required variables for this sample include: -* `INPUT_BUCKET_NAME`: The Cloud Run service will be notified of images uploaded to this Cloud Storage bucket. The service will then retreive and process the image. +* `INPUT_BUCKET_NAME`: The Cloud Run service will be notified of images uploaded to this Cloud Storage bucket. The service will then retrieve and process the image. * `BLURRED_BUCKET_NAME`: The Cloud Run service will write blurred images to this Cloud Storage bucket. ## Maintenance Note