From da4ad0f4810f45dc77fd3cb5b243dcadec7127dc Mon Sep 17 00:00:00 2001 From: "F. Hinkelmann" Date: Thu, 3 Oct 2019 06:34:27 -0400 Subject: [PATCH] Update hello-world Readme Package.json uses functions framework now. --- functions/helloworld/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/functions/helloworld/README.md b/functions/helloworld/README.md index b79c036da6..81d14c517c 100644 --- a/functions/helloworld/README.md +++ b/functions/helloworld/README.md @@ -26,10 +26,6 @@ gcloud functions deploy helloGCS --runtime nodejs8 --trigger-resource $FUNCTIONS 1. Read and follow the [prerequisites](../../../../#prerequisites). -1. Install and run the [Google Cloud Functions Emulator](https://github.com/GoogleCloudPlatform/cloud-functions-emulator) - - npm install -g @google-cloud/functions-emulator - functions start 1. Install dependencies: