Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 5b9e384

Browse files
committed
Update README
1 parent c4687f8 commit 5b9e384

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
zend-router provides flexible HTTP routing.
77

8-
Routing currently works against the [zend-http](https://github.com/zendframework/zend-http)
9-
request and responses, and provides capabilities around:
8+
Routing currently works against [PSR-7 HTTP message interfaces](http://www.php-fig.org/psr/psr-7/)
9+
server requests, and provides capabilities around:
1010

1111
- Literal path matches
1212
- Path segment matches (at path boundaries, and optionally validated using regex)
@@ -16,7 +16,7 @@ request and responses, and provides capabilities around:
1616
- Hostname
1717

1818
Additionally, it supports combinations of different route types in tree
19-
structures, allowing for fast, b-tree lookups.
19+
structures, allowing for fast lookup.
2020

2121
## Installation
2222

0 commit comments

Comments
 (0)