Skip to content

Commit

Permalink
Updating deploy function script on README (#762)
Browse files Browse the repository at this point in the history
* Updating deploy function script on README

Function name in index.js is not consistent with Deploy command on README

* Replace other instances of `uuid`
  • Loading branch information
apekshithr authored and Ace Nassri committed Oct 10, 2018
1 parent 6434524 commit 8af041e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions functions/uuid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Functions for your project.
git clone https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git
cd nodejs-docs-samples/functions/uuid

1. Deploy the `uuid` function with an HTTP trigger:
1. Deploy the `getUuid` function with an HTTP trigger:

gcloud functions deploy uuid --trigger-http
gcloud functions deploy getUuid --trigger-http

1. Call the `uuid` function:
1. Call the `getUuid` function:

gcloud functions call uuid
gcloud functions call getUuid

You should see something like this in your console:

Expand Down

0 comments on commit 8af041e

Please sign in to comment.