The middleware components page includes a tip that talks about modifying
req.uri. That is a read-only property. Instead, the tip should refer
to req.path.
Also clarify that middleware is executed based on the order of the list
that was passed to falcon.API via the middleware kwarg.