Update README.md

This commit is contained in:
2014-06-21 02:01:38 +04:00
parent 0450492554
commit ee0841fc73

View File

@@ -22,7 +22,7 @@ Base actions
- [x] Sequence
- [x] Parallel
- [x] Repeat and Loop *implemented in one action*
- ~[ ] Reverse~ *Every reversable action has a reverse() method. So, no plans for Reverse action right now.*
- [ ] ~Reverse~ *Every reversable action has a reverse() method. So, no plans for Reverse action right now.*
Interval actions
- [x] Delay and RandomDelay *implemented in one action*