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!