diff --git a/README.md b/README.md index e4194d0..1356baf 100644 --- a/README.md +++ b/README.md @@ -163,12 +163,12 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) * Core * [chris-morgan/rust-http](https://github.com/chris-morgan/rust-http) — will be replaced by [Teepee](http://teepee.rs/) [](https://travis-ci.org/chris-morgan/rust-http) - * [hyperium/hyper](https://github.com/hyperium/hyper) — [](https://travis-ci.org/hyperium/hyper) + * [hyperium/hyper](https://github.com/hyperium/hyper) — an HTTP implementation [](https://travis-ci.org/hyperium/hyper) * Client * [carllerche/curl-rust](https://github.com/carllerche/curl-rust) — [libcurl](http://curl.haxx.se/libcurl/) bindings * [vhbit/curl-rs](https://github.com/vhbit/curl-rs) — [libcurl](http://curl.haxx.se/libcurl/) bindings * Server - * [Iron](http://ironframework.io/) — inspired by [Express](http://expressjs.com/) [](https://travis-ci.org/iron/iron) + * [Iron](http://ironframework.io/) — a Middleware-based server framework [](https://travis-ci.org/iron/iron) * [Nickel](http://nickel.rs/) — inspired by [Express](http://expressjs.com/) [](https://travis-ci.org/nickel-org/nickel.rs) ## Resources diff --git a/generate_markdown_files.py b/generate_markdown_files.py index a296b11..ec68c99 100644 --- a/generate_markdown_files.py +++ b/generate_markdown_files.py @@ -338,6 +338,7 @@ DATA = \ }, "hyperium/hyper": { "url": "https://github.com/hyperium/hyper", + "descr": "an HTTP implementation", "travis_url": "https://travis-ci.org/hyperium/hyper", "travis_badge": "https://travis-ci.org/hyperium/hyper.svg?branch=master" }, @@ -358,7 +359,7 @@ DATA = \ }, "Iron": { "url": "http://ironframework.io/", - "descr": "inspired by " + md_link('Express', 'http://expressjs.com/'), + "descr": 'a Middleware-based server framework', "travis_url": "https://travis-ci.org/iron/iron", "travis_badge": "https://travis-ci.org/iron/iron.svg?branch=master", },