1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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