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

Commit 45f5404

Browse files
committed
Use zend-router as the package name
1 parent 896706f commit 45f5404

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/book/routing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ interface RouteStackInterface extends RouteInterface
7070
```
7171

7272
Routes will be queried in a LIFO order, and hence the reason behind the name
73-
`RouteStack`. zend-mvc provides two implementations of this interface,
73+
`RouteStack`. zend-router provides two implementations of this interface,
7474
`SimpleRouteStack` and `TreeRouteStack`. In each, you register routes either one
7575
at a time using `addRoute()`, or in bulk using `addRoutes()`.
7676

@@ -108,7 +108,7 @@ $router->addRoutes([
108108

109109
Two routers are provided, the `SimpleRouteStack` and `TreeRouteStack`. Each
110110
works with the above interface, but utilize slightly different options and
111-
execution paths. By default, the zend-mvc uses the `TreeRouteStack` as the
111+
execution paths. By default, the zend-router uses the `TreeRouteStack` as the
112112
router.
113113

114114
### SimpleRouteStack
@@ -151,7 +151,7 @@ route.
151151

152152
## HTTP Route Types
153153

154-
zend-mvc ships with the following HTTP route types.
154+
zend-router ships with the following HTTP route types.
155155

156156
### Zend\\Router\\Http\\Hostname
157157

0 commit comments

Comments
 (0)