From ee0841fc73536e92584b45a73374e914d4b5f1ab Mon Sep 17 00:00:00 2001 From: "Ivan \"KaiSD\" Korystin" Date: Sat, 21 Jun 2014 02:01:38 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 448e44d..70abcb2 100644 --- a/README.md +++ b/README.md @@ -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*