From 42c38a3d05316a4d30eb626f37f5a70534e33acc Mon Sep 17 00:00:00 2001 From: kud1ing Date: Fri, 18 Jul 2014 08:15:51 +0200 Subject: [PATCH] Express, Sinatra links --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9106a91..bf21c20 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,7 @@ See also http://arewewebyet.com/ * [carllerche/curl-rust](https://github.com/carllerche/curl-rust) — [libcurl](http://curl.haxx.se/libcurl/) bindings * server * [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2) — [Mongrel2](http://mongrel2.org) bindings - * [iron/iron](https://github.com/iron/iron) — inspired by Express.js, which is inspired by Sinatra. - * [nickel-org/nickel.rs](https://github.com/nickel-org/nickel.rs) — inspired by Express.js, which is inspired by Sinatra. - + * [iron/iron](https://github.com/iron/iron) — inspired by [Express](http://expressjs.com/), which is inspired by [Sinatra](http://www.sinatrarb.com/). + * [nickel-org/nickel.rs](https://github.com/nickel-org/nickel.rs) — inspired by [Express](http://expressjs.com/), which is inspired by [Sinatra](http://www.sinatrarb.com/). ## Resources * [Rust by Example](http://rustbyexample.com/)