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: