1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Update README.md

Small typo in readme when describing usage
This commit is contained in:
Paul 2013-02-25 16:23:38 +00:00
parent ef1c3a6fd8
commit e8bd5c7434

View file

@ -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.