diff --git a/recipes/use_cases/gmail_agent/README.md b/recipes/use_cases/gmail_agent/README.md
index 2d564af386781cff24585d117e1bb2b80ea41c7c..f0b9b4b2731787ede49a90503de2cf6e6b7150b3 100644
--- a/recipes/use_cases/gmail_agent/README.md
+++ b/recipes/use_cases/gmail_agent/README.md
@@ -112,7 +112,7 @@ cd gmagent
 pip install -r requirements.txt
 ```
 
-# Build and Run Gament
+# Run Gmagent
 
 To run Gmagent, you need to first copy the `credentials.json` file downloaded and renamed above in Step 6 of Enable Gmail API to the gmagent folder, then run:
 ```
@@ -324,4 +324,4 @@ Tool calling returned: [{'message_id': '1936ef72ad3f30e8', 'sender': 'gmagent_te
 7. Amazon's [Multi-Agent Orchestrator framework](https://awslabs.github.io/multi-agent-orchestrator/)
 8. Deeplearning.ai's [agent related courses](https://www.deeplearning.ai/courses/?courses_date_desc%5Bquery%5D=agents) (Meta, AWS, Microsoft, LangChain, LlamaIndex, crewAI, AutoGen) and some [lessons ported to using Llama](https://github.com/meta-llama/llama-recipes/tree/main/recipes/quickstart/agents/DeepLearningai_Course_Notebooks). 
 9. Felicis's [The Agentic Web](https://www.felicis.com/insight/the-agentic-web)
-10. A pretty complete [list of AI agents](https://github.com/e2b-dev/awesome-ai-agents), not including [/dev/agents](https://sdsa.ai/), a very new startup building the next-gen OS for AI agents, though.
\ No newline at end of file
+10. A pretty complete [list of AI agents](https://github.com/e2b-dev/awesome-ai-agents), not including [/dev/agents](https://sdsa.ai/), a very new startup building the next-gen OS for AI agents, though.