Skip to content

Commit a05eb40

Browse files
docs: Fix hanging "For " sentence in README.md
1 parent 34e75c8 commit a05eb40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ command-line arguments:
159159
### Google Cloud Run functions
160160

161161
The [Node.JS runtime on Cloud Run functions](https://cloud.google.com/functions/docs/concepts/nodejs-runtime) utilizes the Node.JS Functions Framework. On Cloud Run functions, the Functions Framework is completely optional: if you don't add it to your `package.json`, it will be
162-
installed automatically. For
162+
installed automatically.
163163

164164
After you've written your function, you can simply deploy it from your local
165165
machine using the `gcloud` command-line tool.
166166
[Check out the Cloud Functions quickstart](https://cloud.google.com/functions/docs/quickstart).
167167
168-
### Container environments based on KNative
168+
### Container environments based on Knative
169169
170170
Cloud Run and Cloud Run for Anthos both implement the [Knative Serving API](https://www.knative.dev/docs/). The Functions Framework is designed to be compatible with Knative environments. Just build and deploy your container to a Knative environment.
171171

0 commit comments

Comments
 (0)