diff --git a/docs/events.md b/docs/events.md index 112099c1..988742dd 100644 --- a/docs/events.md +++ b/docs/events.md @@ -12,7 +12,7 @@ In your `package.json`, specify `--signature-type=event"` for the `functions-fra ```sh { "scripts": { - "start": "functions-framework --target=helloWorld --signature-type=event" + "start": "functions-framework --target=helloPubSub --signature-type=event" } } ``` @@ -114,4 +114,4 @@ async function main() { } main(); - ``` \ No newline at end of file + ```