diff --git a/README.rst b/README.rst
index c61733c..9eec411 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,11 @@
flask-env
=========
+.. image:: https://badge.fury.io/py/flask-env.svg
+ :target: https://badge.fury.io/py/flask-env
+.. image:: https://travis-ci.org/brettlangdon/flask-env.svg?branch=master
+ :target: https://travis-ci.org/brettlangdon/flask-env
+
Easily set `Flask `_ settings from environment variables.
The reason for using :code:`flask-env` is to be able to follow the `12-factor app `_ suggestions for configuring your application.