Skip to content

Commit

Permalink
Update execution in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy-less committed Dec 7, 2024
1 parent 59285c3 commit d2f4f0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ Agent.FindPlan(); // or Agent.FindPlan(Goal);

Executing plans is also easy:
```cs
Plan.Execute(Agent, Action => {
...
});
Plan.Execute();
```

## Example
Expand Down

0 comments on commit d2f4f0d

Please sign in to comment.