diff --git a/README.md b/README.md index 2baa780..1c5ec76 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Kemal +[![Build Status](https://travis-ci.org/kemalcr/kemal.svg?branch=master)](https://travis-ci.org/kemalcr/kemal) Lightning Fast, Super Simple web framework for [Crystal](http://www.crystal-lang.org). Inspired by [Sinatra](http://www.sinatrarb.com/) @@ -86,7 +87,7 @@ Accessing the environment (query params, body, content_type, headers, status_cod env.content_type = "application/json" kemal.to_json end - + # Add headers to your response get "/headers" do |env| env.add_header "Accept-Language", "tr"