From 3043e826fb8a69249beea7b1804585a5f831710f Mon Sep 17 00:00:00 2001 From: Oleg Lobach Date: Tue, 12 Dec 2017 23:39:33 +0300 Subject: [PATCH] Update README.md Fix misspelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4932b4..af346f8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://secure.travis-ci.org/zendframework/zend-problem-details.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-problem-details) [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-problem-details/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-problem-details?branch=master) -This library provides provides a factory for generating Problem Details +This library provides a factory for generating Problem Details responses, error handling middleware for automatically generating Problem Details responses from errors and exceptions, and custom exception types for [PSR-7](http://www.php-fig.org/psr/psr-7/) applications.