Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Apr 10, 2017
1 parent e15e663 commit f2eeeb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/bucket/README.md
Expand Up @@ -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
```

```
Expand Down
2 changes: 1 addition & 1 deletion examples/topic/README.md
Expand Up @@ -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
```

```
Expand Down

0 comments on commit f2eeeb6

Please sign in to comment.