Skip to content

Commit 59bab7d

Browse files
authored
Update README.md (#205)
1 parent ecf03ca commit 59bab7d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ An open source framework for writing lightweight, portable Ruby functions that
44
run in a serverless environment. Functions written to this Framework will run
55
in many different environments, including:
66

7-
* [Google Cloud Functions](https://cloud.google.com/functions)
8-
* [Google Cloud Run](https://cloud.google.com/run)
7+
* [Google Cloud Run functions](https://cloud.google.com/functions)
98
* Any other [Knative](https://github.com/knative)-based environment
109
* Your local development machine
1110

@@ -113,8 +112,7 @@ These guides provide additional getting-started information.
113112
functions server.
114113
* **[Deploying Functions](https://googlecloudplatform.github.io/functions-framework-ruby/latest/file.deploying-functions.html)**
115114
: How to deploy functions to
116-
[Google Cloud Functions](https://cloud.google.com/functions) or
117-
[Google Cloud Run](https://cloud.google.com/run).
115+
[Google Cloud Run functions](https://cloud.google.com/functions)
118116

119117
The library reference documentation can be found at:
120118
https://googlecloudplatform.github.io/functions-framework-ruby

0 commit comments

Comments
 (0)