thephpleague / route

Fast PSR-7 based routing and dispatch component including PSR-15 middleware, built on top of FastRoute.
http://route.thephpleague.com
MIT License
651 stars 126 forks source link

Fix typo in example call to add middleware in docs #238

Closed mattfawcett closed 5 years ago

mattfawcett commented 5 years ago

The example call to middle() in the docs should be middleware().