From e68d459308ec12cc2e401f3dd67bd01125e442bd Mon Sep 17 00:00:00 2001 From: Joyless <65855333+Joy-less@users.noreply.github.com> Date: Sat, 7 Dec 2024 16:43:25 +0000 Subject: [PATCH] Update execution in README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2dc41f2..c590e24 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,7 @@ Agent.FindPlan(); Executing plans is also easy: ```cs -Plan.Execute(Agent, Action => { - ... -}); +Plan.Execute(); ``` ## Example