From 31d05b97190a55360152f84530f46e99170688b1 Mon Sep 17 00:00:00 2001 From: Joshua Yu Date: Wed, 27 Nov 2024 21:57:46 -0500 Subject: [PATCH] chore: update docs --- docs/core_docs/docs/integrations/tools/google_finance.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core_docs/docs/integrations/tools/google_finance.mdx b/docs/core_docs/docs/integrations/tools/google_finance.mdx index 188f8824594d..ca0d8cfead41 100644 --- a/docs/core_docs/docs/integrations/tools/google_finance.mdx +++ b/docs/core_docs/docs/integrations/tools/google_finance.mdx @@ -11,7 +11,7 @@ exchange rates, and other investment-related information from Google Finance. ## Setup Before using the tool, ensure you have your API key. You can create an account on [SerpAPI](https://serpapi.com/users/sign_in) and obtain your API key under **Your Private API Key** in your account dashboard. The Google Finance API is included in the free plan offered by SerpAPI. -Once you have the key, set it as `process.env.SERPAPI_API_KEY` or pass it as the `apiKey` argument when initializing the tool. +Once you have the key, set it to the `SERPAPI_API_KEY` environment variable or pass it in as the `apiKey` argument when initializing the tool. ## Usage