From 5d6f175195c0997b2f3e5eb185c95024d788ed14 Mon Sep 17 00:00:00 2001 From: Jeff Huleatt <3759507+jhuleatt@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:20:10 -0500 Subject: [PATCH] update button text in readme --- Node/quickstarts/callable-functions-streaming/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node/quickstarts/callable-functions-streaming/README.md b/Node/quickstarts/callable-functions-streaming/README.md index 2148a034d2..72e1cf15d2 100644 --- a/Node/quickstarts/callable-functions-streaming/README.md +++ b/Node/quickstarts/callable-functions-streaming/README.md @@ -11,7 +11,7 @@ Getting Started 1. Install dependencies with `npm install` 1. Start the hosting and functions emulators with `firebase emulators:start --only functions,hosting` -1. Visit the url of the emulated Hosting site, and click "Call function" +1. Visit the url of the emulated Hosting site, and click "Get forecasts" License -------