You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: run/pubsub/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ This sample shows how to create a service that processes Pub/Sub messages.
4
4
5
5
Use it with the [Cloud Pub/Sub with Cloud Run tutorial](http://cloud.google.com/run/docs/tutorials/pubsub).
6
6
7
-
For more details on how to work with this sample read the [Google Cloud Run Node.js Samples README](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/run).
7
+
For more details on how to work with this sample read the [Google Cloud Run Node.js Samples README](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/run).
8
8
9
9
## Dependencies
10
10
11
11
***express**: Web server framework.
12
12
***body-parser**: express middleware for request payload processing.
13
13
***mocha**: [development] Test running framework.
14
-
***supertest**: [development] HTTP assertion test client.
14
+
***supertest**: [development] HTTP assertion test client.
0 commit comments