clearer ReadMe

This commit is contained in:
Paul Liverman III 2017-12-09 09:03:42 -08:00
parent 6fe93b13ef
commit 43e8048341

View File

@ -88,7 +88,7 @@ Pass a single node to these, except for `Repeat`, which needs a number & a node.
All decorator nodes (except `RunOnce`) repeat after the entire tree has been All decorator nodes (except `RunOnce`) repeat after the entire tree has been
processed. processed.
- Repeat: Repeats a node a specified number of times, aborts if the node fails. - Repeat: Repeats a node a specified number of times, fails if the node fails.
- Succeed: Runs a node and returns success. - Succeed: Runs a node and returns success.
- Fail: Runs a node and returns failure. - Fail: Runs a node and returns failure.
- Invert: Runs a node, reporting a success on fail, and failure on success. - Invert: Runs a node, reporting a success on fail, and failure on success.