From e8bd5c74344082fe6e0e78749d907e175b3f73f6 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 25 Feb 2013 16:23:38 +0000 Subject: [PATCH] Update README.md Small typo in readme when describing usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5110f2b2..15f45747 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Use the `cap` script as follows: cap sometask By default, the script will look for a file called one of `capfile` or -`Capfile`. The `someaction` text indicates which task to execute. You can do +`Capfile`. The `sometask` text indicates which task to execute. You can do "cap -h" to see all the available options and "cap -T" to see all the available tasks.