Skip to content

Commit 110f8a0

Browse files
committed
Typo in docs (missing comma)
1 parent 54251ae commit 110f8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ $scheduler->php('script.php')->output([
175175
// If you specify multiple files, both will be attached to the email
176176
'my_file1.log', 'my_file2.log'
177177
])->email([
178-
'[email protected]' => 'My custom name'
178+
'[email protected]' => 'My custom name',
179179
180180
]);
181181
```

0 commit comments

Comments
 (0)