From 8af041efcb80f97b44f559594b3a7c753f9bf24c Mon Sep 17 00:00:00 2001 From: Apekshith Ramesha Date: Wed, 10 Oct 2018 18:18:43 -0400 Subject: [PATCH] Updating deploy function script on README (#762) * Updating deploy function script on README Function name in index.js is not consistent with Deploy command on README * Replace other instances of `uuid` --- functions/uuid/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/uuid/README.md b/functions/uuid/README.md index 0451146212..348769a243 100644 --- a/functions/uuid/README.md +++ b/functions/uuid/README.md @@ -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: