From bc1108cbf345d9d33f148675e5fac4e23b6a2748 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 1 May 2013 13:20:26 -0300 Subject: [PATCH] Update README.md Typo with tasks. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19fb8d9..5ae4c03 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Just a few, for now... - **deployment/rsync** - This task is for deploying your code to the remote servers. - **scm/update** - This task is for updating (git/svn) your base working copy. -But that's not all! You can create your own taks, and execute commands on your working copy and in your deployed code! +But that's not all! You can create your own tasks, and execute commands on your working copy and in your deployed code! Also we are working on creating more built in tasks.