From 83bbe7e19a7ea70345fcd06d6fac068e689a6f56 Mon Sep 17 00:00:00 2001 From: Sdogruyol Date: Sat, 31 Oct 2015 10:03:55 +0200 Subject: [PATCH] Added travis build badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"