Skip to content

Commit 358cd49

Browse files
author
Анатолий Нехай
committed
update README.md
1 parent b0999f6 commit 358cd49

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
@@ -1,4 +1,6 @@
1-
# HTTP router for PHP 7.1+ (incl. PHP 8 with attributes) based on PSR-7 and PSR-15 with support for annotations and OpenAPI (Swagger) Specification
1+
# HTTP router for PHP 7.1+ based on PSR-7 and PSR-15 with support for annotations/attributes and OpenAPI (Swagger) Specification
2+
3+
**psr router**, **router with annotations**, **router with attributes**, **php router**.
24

35
[![Build Status](https://circleci.com/gh/sunrise-php/http-router.svg?style=shield)](https://circleci.com/gh/sunrise-php/http-router)
46
[![Code Coverage](https://scrutinizer-ci.com/g/sunrise-php/http-router/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/sunrise-php/http-router/?branch=master)
@@ -693,8 +695,6 @@ $router->setEventDispatcher($eventDispatcher);
693695
composer test
694696
```
695697

696-
---
697-
698698
## Useful links
699699

700700
* https://www.php-fig.org/psr/psr-7/

0 commit comments

Comments
 (0)