README.md in activeforce-1.9.1 vs README.md in activeforce-1.10.0
- old
+ new
@@ -1,7 +1,12 @@
# ActiveForce
+[![Gem Version](https://badge.fury.io/rb/activeforce.svg)](http://badge.fury.io/rb/activeforce)
+[![Build Status](https://travis-ci.org/appfolio/activeforce.svg?branch=master)](https://travis-ci.org/appfolio/activeforce)
+
Activeforce provides a clean ActiveRecord-like interface to the SalesForce.com REST API.
+
+Activeforce does not provide any integration with any Appfolio products.
* Detects the schema of the SalesForce Objects on the fly, so that you can interact with the familiar ActiveRecord style attribute accessor methods.
* Provides full access to all methods provided to the SQL-like Salesforce Object Query Language (SOQL).
* Integrates with Salesforce.com REST-based BULK API.