Skip to content

Commit

Permalink
docs: typos (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakur authored Feb 1, 2022
1 parent c9a42bb commit e70772b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ services:

## Example command

In case of having `console.php` as entrypoint (see below), this would add a user with username `john.doe` to database:
In case of having `console.php` as entrypoint (see below), this would add a user with username `john.doe`:

> `php console.php user:add john.doe`
Expand Down Expand Up @@ -156,7 +156,7 @@ final class AddUserCommand extends Command
try {
// do your logic
$this->usersModel->add($username);
// styled output as well
// styled output is supported as well
$output->writeln('<success>✔ Successfully added</success>');
return 0;

Expand Down

0 comments on commit e70772b

Please sign in to comment.