Skip to content

Commit

Permalink
README typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffxtang committed Dec 12, 2024
1 parent 83b47b8 commit 4286f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/use_cases/email_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4286f0f

Please sign in to comment.