Skip to content

Commit 3becd58

Browse files
authored
Update README.md (#256)
update to match CRf rebrand
1 parent 2766545 commit 3becd58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
[![Go unit CI][ff_go_unit_img]][ff_go_unit_link] [![Go lint CI][ff_go_lint_img]][ff_go_lint_link] [![Go conformace CI][ff_go_conformance_img]][ff_go_conformance_link] ![Security Scorecard](https://api.securityscorecards.dev/projects/github.com/GoogleCloudPlatform/functions-framework-go/badge)
66

77
An open source FaaS (Function as a Service) framework for writing portable
8-
Go functions, brought to you by the Google Cloud Functions team.
8+
Go functions.
99

1010
The Functions Framework lets you write lightweight functions that run in many
1111
different environments, including:
1212

13-
* [Google Cloud Functions](https://cloud.google.com/functions/)
13+
* [Google Cloud Run functions](https://cloud.google.com/functions/)
1414
* Your local development machine
1515
* [Knative](https://github.com/knative/)-based environments
1616
* [Google App Engine](https://cloud.google.com/appengine/docs/go/)
@@ -36,7 +36,7 @@ handling logic.
3636

3737
## Features
3838

39-
* Build your Function in the same container environment used by Cloud Functions using [buildpacks](https://github.com/GoogleCloudPlatform/buildpacks).
39+
* Build your Function in the same container environment used by Cloud Run functions using [buildpacks](https://github.com/GoogleCloudPlatform/buildpacks).
4040
* Invoke a function in response to a request
4141
* Automatically unmarshal events conforming to the
4242
[CloudEvents](https://cloudevents.io/) spec
@@ -161,7 +161,7 @@ handling logic.
161161

162162
## Run your function on serverless platforms
163163

164-
### Google Cloud Functions
164+
### Google Cloud Run functions
165165

166166
Deploy from your local machine using the `gcloud` command-line tool.
167167
[Check out the Cloud Functions quickstart](https://cloud.google.com/functions/docs/quickstart).

0 commit comments

Comments
 (0)