From 09574ff22877fa31c4b0672b41f363c549b093ee Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 7 Apr 2015 19:45:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be5d6a6..4d49a00 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ Taskpirate is a pluggable system for TaskWarrior python hooks. Why? ---- -* simpler hooks +Simpler hooks: def hook_example(task): task['description'] += "changed by a hook" The above is fully working example, no more boilerplate needed. -* much faster execution time +Much faster execution time in case of multiple hooks (read the more details section). Install ------- -- 2.39.2