Skip to content

Commit

Permalink
Merge pull request mikehaertl#13 from diimpp/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mikehaertl committed Apr 27, 2016
2 parents c7bbaf2 + 292e0be commit 66a57ca
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 @@ -58,7 +58,7 @@ $command->addArg('--name=', "d'Artagnan");

// Add argument with several values
// results in --keys key1 key2
$command->addArg('--keys', array('key1','key2')
$command->addArg('--keys', array('key1','key2'));
```

## API
Expand Down

0 comments on commit 66a57ca

Please sign in to comment.