doc: Fix falcon image on README.md

This commit is contained in:
kgriffs
2013-05-16 11:54:43 -05:00
parent c401115e07
commit e38ffd4260

View File

@@ -1,5 +1,3 @@
<img align="right" src="http://c420059.r59.cf1.rackcdn.com/assets/images/falcon.png" alt="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
<img align="right" src="http://falconframework.org/img/falcon.png" alt="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.