From e9dddc111a755f7bdda2d0c27d3c16643eefe28d Mon Sep 17 00:00:00 2001 From: David Badura Date: Fri, 6 Feb 2015 13:09:01 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d0f0aa..4b162dd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ $tm = \DavidBadura\Taskwarrior\TaskManager::create(); $task = new \DavidBadura\Taskwarrior\Task(); -$task->setDesciption('program this lib'); +$task->setDescription('program this lib'); $task->setProject('hobby'); $task->setDue(new \DateTime('tomorrow'));