Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 548f91c

Browse files
committed
Tweak headings
1 parent 26e1850 commit 548f91c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ PHPUnit mail assertions for testing email in Laravel.
1717
| Develop | [![Build Status](https://travis-ci.org/spinen/laravel-mail-assertions.svg?branch=develop)](https://travis-ci.org/spinen/laravel-mail-assertions) | [![Coverage Status](https://coveralls.io/repos/spinen/laravel-mail-assertions/badge.svg?branch=develop&service=github)](https://coveralls.io/github/spinen/laravel-mail-assertions?branch=develop) | [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/spinen/laravel-mail-assertions/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/spinen/laravel-mail-assertions/?branch=develop) |
1818
| Master | [![Build Status](https://travis-ci.org/spinen/laravel-mail-assertions.svg?branch=master)](https://travis-ci.org/spinen/laravel-mail-assertions) | [![Coverage Status](https://coveralls.io/repos/spinen/laravel-mail-assertions/badge.svg?branch=master&service=github)](https://coveralls.io/github/spinen/laravel-mail-assertions?branch=master) | [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/spinen/laravel-mail-assertions/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/spinen/laravel-mail-assertions/?branch=master) |
1919

20-
## Install
20+
## Installation
2121

2222
Install the package:
2323

2424
```bash
2525
$ composer require spinen/laravel-mail-assertions
2626
```
2727

28-
## Configure
28+
## Configuration
2929

3030
In order for the package to be able to make assertions on the email, it has to be able to "read" the messages. It does so by parsing the laravel log, so the mail driver has to be log.
3131

32-
## Using
32+
## Usage
3333

3434
You mixin the assertions with the ```Spinen\MailAssertions\MailTracking``` trait. You get the following assertions...
3535

0 commit comments

Comments
 (0)