This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ interface RouteStackInterface extends RouteInterface
70
70
```
71
71
72
72
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,
74
74
` SimpleRouteStack ` and ` TreeRouteStack ` . In each, you register routes either one
75
75
at a time using ` addRoute() ` , or in bulk using ` addRoutes() ` .
76
76
@@ -108,7 +108,7 @@ $router->addRoutes([
108
108
109
109
Two routers are provided, the ` SimpleRouteStack ` and ` TreeRouteStack ` . Each
110
110
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
112
112
router.
113
113
114
114
### SimpleRouteStack
@@ -151,7 +151,7 @@ route.
151
151
152
152
## HTTP Route Types
153
153
154
- zend-mvc ships with the following HTTP route types.
154
+ zend-router ships with the following HTTP route types.
155
155
156
156
### Zend\\ Router\\ Http\\ Hostname
157
157
You can’t perform that action at this time.
0 commit comments