diff --git a/README.md b/README.md index 2a28a47..41acc3d 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,7 @@ Agent.FindPlan(); // or Agent.FindPlan(Goal); Executing plans is also easy: ```cs -Plan.Execute(Agent, Action => { - ... -}); +Plan.Execute(); ``` ## Example