From 4286f0f962d988ebcf5c98726a1c4c24f8372898 Mon Sep 17 00:00:00 2001 From: Jeff Tang Date: Wed, 11 Dec 2024 18:07:56 -0800 Subject: [PATCH] README typo fix --- recipes/use_cases/email_agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/use_cases/email_agent/README.md b/recipes/use_cases/email_agent/README.md index ae9961707..48e75ef24 100644 --- a/recipes/use_cases/email_agent/README.md +++ b/recipes/use_cases/email_agent/README.md @@ -123,7 +123,7 @@ pip install -r requirements.txt To run the agent, you need to first copy the `credentials.json` file downloaded and renamed above in Step 6 of Enable Gmail API to the email_agent folder, then run: ``` -python main.py --gmail +python main.py --email ``` The first time you run it, you'll get a prompt like this;