From 8c73aefcc7085c71bdfe6c1ec867f126ede34124 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Thu, 21 Mar 2024 14:39:51 +1300 Subject: [PATCH] Tidy up external links in readme. --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4b0996342..5885cd5fa 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Hello World Rack is supported by a wide range of servers, including: * [Agoo](https://github.com/ohler55/agoo) -* [Falcon](https://github.com/socketry/falcon) **(Rack 3 Compatible)** +* [Falcon](https://github.com/socketry/falcon) * [Iodine](https://github.com/boazsegev/iodine) * [NGINX Unit](https://unit.nginx.org/) * [Phusion Passenger](https://www.phusionpassenger.com/) (which is mod_rack for @@ -84,18 +84,15 @@ These frameworks and many others support the [Rack Specification]: * [Camping](https://github.com/camping/camping) * [Hanami](https://hanamirb.org/) +* [Ramaze](https://github.com/ramaze/ramaze) * [Padrino](https://padrinorb.com/) -* [Roda](https://github.com/jeremyevans/roda) **(Rack 3 Compatible)** +* [Roda](https://github.com/jeremyevans/roda) * [Ruby on Rails](https://rubyonrails.org/) +* [Rum](https://github.com/leahneukirchen/rum) * [Sinatra](https://sinatrarb.com/) -* [Utopia](https://github.com/socketry/utopia) **(Rack 3 Compatible)** +* [Utopia](https://github.com/socketry/utopia) * [WABuR](https://github.com/ohler55/wabur) -### Older (possibly unsupported) web frameworks - -* [Ramaze](http://ramaze.net/) -* [Rum](https://github.com/leahneukirchen/rum) - ## Available middleware shipped with Rack Between the server and the framework, Rack can be customized to your