From 8d7b8e5d8e39827e833aa1763ff94c289200e650 Mon Sep 17 00:00:00 2001 From: Sdogruyol Date: Fri, 23 Oct 2015 21:44:41 +0300 Subject: [PATCH] Updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd96b35..64586b6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Kemal -This is a proof-of-concept [Sinatra](http://www.sinatrarb.com/) clone for [Crystal](http://www.crystal-lang.org). +[Sinatra](http://www.sinatrarb.com/) clone for [Crystal](http://www.crystal-lang.org). + +Kemal is under heavy development and supports Crystal 0.9.0! ## Status Basic `get`, `put`, `post` and `head` routes can be matched, and request parameters can be obtained. -We are still missing a lot!