Skip to content

Commit

Permalink
Merge 96c8a7a into ff6f1e3
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Feb 12, 2015
2 parents ff6f1e3 + 96c8a7a commit b6baf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ $app->command('foo', [$object, 'method']);
$app->command('foo', ['MyClass', 'method']);

// A function
$app->command('foo', ['someFunction']);
$app->command('foo', 'someFunction');
```

The callable can take as parameters the arguments and options defined in the expression:
Expand Down

0 comments on commit b6baf8a

Please sign in to comment.