From e38ffd426098c9a1e6517b4a7acc4328435fd897 Mon Sep 17 00:00:00 2001 From: kgriffs Date: Thu, 16 May 2013 11:54:43 -0500 Subject: [PATCH] doc: Fix falcon image on README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27a23da..57f0e7d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -Falcon picture - Falcon [![Build Status](https://travis-ci.org/racker/falcon.png)](https://travis-ci.org/racker/falcon) [![Coverage Status](https://coveralls.io/repos/racker/falcon/badge.png?branch=master)](https://coveralls.io/r/racker/falcon) ====== @@ -14,6 +12,8 @@ Falcon is a [high-performance Python framework][home] for building cloud APIs. I [home]: http://falconframework.org/index.html [benefits]: http://falconframework.org/index.html#Benefits +Falcon picture + ### Design Goals ### **Fast.** Cloud APIs need to turn around requests quickly, and make efficient use of hardware. This is particularly important when serving many concurrent requests. Falcon processes requests [several times faster][bench] than other popular web frameworks.