From 9cd802fcea16a80c96c597bdfdd9eb9f09d7f60f Mon Sep 17 00:00:00 2001 From: Kshitiz <164501025+kshitizz36@users.noreply.github.com> Date: Sat, 12 Apr 2025 19:46:22 +0530 Subject: [PATCH] Fixed typo in README.md : cooridnator -> coordinator (#112) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb97a1a..2e46788 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ root_agent = Agent( ``` ### Define a multi-agent system: -Define a multi-agent system with cooridnator agent, greeter agent, and task execution agent. Then ADK engine and the model will guide the agents works together to accomplish the task. +Define a multi-agent system with coordinator agent, greeter agent, and task execution agent. Then ADK engine and the model will guide the agents works together to accomplish the task. ```python from google.adk.agents import LlmAgent, BaseAgent