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.