Skip to content

Commit 6b29145

Browse files
Update README.md
1 parent aaca37b commit 6b29145

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ A very simple HTTP Middleware implementation
55
[![Code Coverage](https://scrutinizer-ci.com/g/moon-php/http-middleware/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/moon-php/http-middleware/?branch=master)
66
[![Build Status](https://scrutinizer-ci.com/g/moon-php/http-middleware/badges/build.png?b=master)](https://scrutinizer-ci.com/g/moon-php/http-middleware/build-status/master)
77

8+
**Accpeted as [awesome psr-15 middleware](https://github.com/middlewares/awesome-psr15-middlewares#packages) package**
9+
810
## Documentation
911

1012
- Delegate
@@ -37,4 +39,4 @@ The MiddlewareInterface implementor will be directly implemented by the userland
3739

3840
__namespace Moon\HttpMiddleware\Exception\InvalidArgumentException__
3941

40-
If an object passed into the array is not a MiddlewareInterface implementor and **InvalidArgumentException** will be thrown.
42+
If an object passed into the array is not a MiddlewareInterface implementor and **InvalidArgumentException** will be thrown.

0 commit comments

Comments
 (0)