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:
parent
9b7efd9f53
commit
e0ba389c7b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue