From f2eeeb6617bb48be107ef3676ece9079f1ae187d Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Mon, 10 Apr 2017 06:56:18 -0700 Subject: [PATCH] update docs --- examples/bucket/README.md | 2 +- examples/topic/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ``` ```