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 b17258c commit e68d459
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 @@ -46,9 +46,7 @@ Agent.FindPlan();

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

## Example
Expand Down

0 comments on commit e68d459

Please sign in to comment.