diff --git a/examples/bucket/README.md b/examples/bucket/README.md index e4cd559..2b8c92c 100644 --- a/examples/bucket/README.md +++ b/examples/bucket/README.md @@ -17,7 +17,7 @@ cat event.json | cloud-functions-go-shim -entry-point F -event-type bucket -plug Create the Cloud Function zip archive: ``` -cloud-functions-go --entry-point F --event-type bucket --plugin-path functions.so +cloud-functions-go -entry-point F -event-type bucket -plugin-path functions.so ``` ``` diff --git a/examples/topic/README.md b/examples/topic/README.md index 36d5243..8ab4fdd 100644 --- a/examples/topic/README.md +++ b/examples/topic/README.md @@ -17,7 +17,7 @@ cat event.json | cloud-functions-go-shim -entry-point F -event-type topic -plugi Create the Cloud Function zip archive: ``` -cloud-functions-go --entry-point F --event-type topic --plugin-path functions.so +cloud-functions-go -entry-point F -event-type topic -plugin-path functions.so ``` ```