Skip to content

Commit bd00cc3

Browse files
authored
Fix PubSub Event Example (#141)
1 parent bf6e20e commit bd00cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/events.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In your `package.json`, specify `--signature-type=event"` for the `functions-fra
1212
```sh
1313
{
1414
"scripts": {
15-
"start": "functions-framework --target=helloWorld --signature-type=event"
15+
"start": "functions-framework --target=helloPubSub --signature-type=event"
1616
}
1717
}
1818
```
@@ -114,4 +114,4 @@ async function main() {
114114
}
115115

116116
main();
117-
```
117+
```

0 commit comments

Comments
 (0)