浏览代码

README typo fix

Jeff Tang 4 月之前
父节点
当前提交
4286f0f962
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recipes/use_cases/email_agent/README.md

+ 1 - 1
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 <your_gmail_address>
+python main.py --email <your_gmail_address>
 ```
 
 The first time you run it, you'll get a prompt like this;