Skip to content

Commit ec80134

Browse files
authored
Merge pull request #7 from jakejohns/patch-1
Update README (fx typo)
2 parents 986b814 + 9f159d3 commit ec80134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $errorHandler = new ErrorHandler();
3737
// header of the request. If no formatter matches, the PlainFormatter will be used.
3838
$errorHandler->addFormatters(
3939
new ErrorFormatter\GifFormatter(),
40-
new ErrorFormatter\HtmlFormatter()
40+
new ErrorFormatter\HtmlFormatter(),
4141
new ErrorFormatter\JpegFormatter(),
4242
new ErrorFormatter\JsonFormatter(),
4343
new ErrorFormatter\PngFormatter(),

0 commit comments

Comments
 (0)