Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
coccoinomane authored Apr 19, 2022
1 parent 6e14655 commit a81c54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $> 2021-07-21T11:11:03+02:00 [ERROR] : file not found, exiting
To customize the logger, you can either:

- extend the class and override the static properties or
- setting the static properties at runtime.
- set the static properties at runtime.

In the following examples, we adopt the second approach.

Expand Down Expand Up @@ -101,4 +101,4 @@ Before sending the request, please make sure your code passes all the tests:

```
composer run test
```
```

0 comments on commit a81c54e

Please sign in to comment.