From deef8f0920b23a069b34919d43d77610a5363a4b Mon Sep 17 00:00:00 2001 From: Pavan Kumar Sunkara Date: Sat, 7 Jun 2025 17:57:39 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b69b24b..9ab665f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # bot-python Starter kit for Python bot for Automa -Please read the [Bot Development](https://docs.automa.app/bot-development) docs to understand how an [Automa][automa] bot works and how to develop it. +Please read the [Agent Development](https://docs.automa.app/agent-development) docs to understand how an [Automa][automa] bot works and how to develop it. * `/automa` endpoint is the receiver for the webhook from [Automa][automa] * `update` function in `app/update.py` is the logic responsible for updating code.