README.md in rack-heroku_env-0.0.1 vs README.md in rack-heroku_env-0.1.0
- old
+ new
@@ -1,12 +1,16 @@
rack-heroku_env
====
+[![Build Status](http://travis-ci.org/juno/rack-heroku_env.png)](http://travis-ci.org/juno/rack-heroku_env)
+
A gem that provides exposing Heroku environment variables as HTTP response headers as rack middleware.
![Screenshot](http://farm7.static.flickr.com/6072/6034883614_f94d8d6d61_b.jpg)
-`Rack::HerokuEnv` exposes these variables:
+`Rack::HerokuEnv` exposes any `HTTP_X_HEROKU*` as `X-Heroku-*`.
+
+For example:
* `HTTP_X_HEROKU_DYNOS_IN_USE` as `X-Heroku-Dynos-In-Use`
* `HTTP_X_HEROKU_QUEUE_DEPTH` as `X-Heroku-Queue-Depth`
* `HTTP_X_HEROKU_QUEUE_WAIT_TIME` as `X-Heroku-Queue-Wait-Time`