Skip to content

Commit 80a9e0e

Browse files
committed
ICL: Minor readme fixes.
1 parent 2979cc8 commit 80a9e0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ class MyLoggableCommand extends Command
155155
{
156156
return [
157157
['address' => '[email protected]', 'name' => 'John Doe'],
158-
['address' => '[email protected]', 'name' => 'Jane Smith'],
158+
['address' => '[email protected]', 'name' => 'Jane Doe'],
159+
['address' => '[email protected]', 'name' => 'Mary Doe'],
159160
];
160161
}
161162

0 commit comments

Comments
 (0)