Skip to content

Commit 01e8819

Browse files
authored
Correct a typo in the readme file.
1 parent 1475940 commit 01e8819

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
@@ -5,14 +5,14 @@ This is a Codeception module to test the emails send by your application, using
55
To add it to your project run `composer require rezouce/codeception-mailcatcher`
66

77
You can then add *MailCatcher* to your Codeception configuration file in the modules enabled section:
8-
`
8+
```yaml
99
modules:
1010
enabled:
1111
- MailCatcher
1212
`
1313
1414
By default the module will try to contact MailCatcher on http://127.0.0.1:1080, you can change it using the configuration:
15-
`
15+
```yaml
1616
modules:
1717
enabled:
1818
- MailCatcher

0 commit comments

Comments
 (0)