Skip to content

Commit

Permalink
Typo in docs (missing comma)
Browse files Browse the repository at this point in the history
  • Loading branch information
peppeocchi committed Oct 8, 2018
1 parent 54251ae commit 110f8a0
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 @@ -175,7 +175,7 @@ $scheduler->php('script.php')->output([
// If you specify multiple files, both will be attached to the email
'my_file1.log', 'my_file2.log'
])->email([
'[email protected]' => 'My custom name'
'[email protected]' => 'My custom name',
'[email protected]'
]);
```
Expand Down

0 comments on commit 110f8a0

Please sign in to comment.