Skip to content

Commit dbc2c1a

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

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

0 commit comments

Comments
 (0)