README.md in heirloom-0.8.0 vs README.md in heirloom-0.8.1
- old
+ new
@@ -1,16 +1,18 @@
+[![Build Status](https://secure.travis-ci.org/intuit/heirloom.png)](http://travis-ci.org/intuit/heirloom)
+
Heirloom
========
The goal of Heirloom is to securely and easily transport data to cloud hosted applciations.
Heirloom creates archives from directories. Their archives are versioned and hosted in geographic distributed locations. Heirloom tracks metadata about those archives, both about the archive locations, as well as arbitrary tags which can be set by an engineer or process. It supports encryption and authorization to allow for securely transporting sensitive data over cloud storage services.
Installation
------------
-First things first, install heirloom:
+Install the gem
```
gem install heirloom
```
@@ -19,11 +21,9 @@
```
aws:
access_key: UPDATE_ME
secret_key: UPDATE_ME
```
-
-* **access_key / secret_key**: AWS account credentials where you would like the archives stored.
Proxy Support
-------------
Heirloom uses the http_proxy & https_proxy variables.