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