Skip to content

Commit 75088a9

Browse files
committed
Updated README.md
1 parent be93925 commit 75088a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gcloudfunctionpubsubevent/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ It handles a Google Cloud Function that sends information about a Cloud Pub/Sub
4343

4444
Enter the `Triggering event` content:
4545

46+
```json
4647
{
4748
}
49+
```
4850

4951
Click `Test the function`.
5052

@@ -68,9 +70,11 @@ It handles a Google Cloud Function that sends information about a Cloud Pub/Sub
6870

6971
Enter the `Triggering event` content:
7072

73+
```json
7174
{
7275
"data": "UGV0ZXI="
7376
}
77+
```
7478

7579
Click `Test the function`.
7680

0 commit comments

Comments
 (0)