Fixed the wrong link in the "Rack Middleware" section of the readme file (#1372)

Fixed the wrong link in the "Rack Middleware" section of the readme file
This commit is contained in:
Carlos Azuaje 2018-01-15 23:02:57 -04:00 committed by Zachary Scott
parent 9b7efd9f53
commit e0ba389c7b
1 changed files with 1 additions and 1 deletions

View File

@ -2579,7 +2579,7 @@ typically don't have to `use` them explicitly.
You can find useful middleware in
[rack](https://github.com/rack/rack/tree/master/lib/rack),
[rack-contrib](https://github.com/rack/rack-contrib#readm),
[rack-contrib](https://github.com/rack/rack-contrib#readme),
or in the [Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware).
## Testing