Skip to content

Commit dfc8e50

Browse files
committed
📝 typo in readme page -> model (thx @samzii)
closes #100 Signed-off-by: bnomei <[email protected]>
1 parent eaa6e55 commit dfc8e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ return [
7979
8080
// output for the command line
8181
defined('STDOUT') && $cli->success(
82-
$model->title() . ' ' . $cli->arg('data')
82+
$page->title() . ' ' . $cli->arg('data')
8383
);
8484
8585
// output for janitor
8686
janitor()->data($cli->arg('command'), [
8787
'status' => 200,
88-
'message' => $model->title() . ' ' . $cli->arg('data'),
88+
'message' => $page->title() . ' ' . $cli->arg('data'),
8989
]);
9090
}
9191
];

0 commit comments

Comments
 (0)