README.md in multiplicity-0.1.1 vs README.md in multiplicity-0.2.0
- old
+ new
@@ -1,10 +1,10 @@
# Multiplicity
-![build status](https://travis-ci.org/alassek/multiplicity.svg?branch=master)
+[![build status](https://travis-ci.org/alassek/multiplicity.svg?branch=master)](https://travis-ci.org/alassek/multiplicity)
+[![Gem Version](https://badge.fury.io/rb/multiplicity.svg)](https://rubygems.org/gems/multiplicity)
-Multiplicity is a gem for building a multitenant application in a Rack application,
-with a much less opinionated approach than e.g. [Apartment](https://github.com/influitive/apartment) might entail.
+Multiplicity is a gem for building multitenant Rack applications, with a much less opinionated approach than e.g. [Apartment](https://github.com/influitive/apartment) might entail.
The goal of this gem is to provide the simplest tools required to isolate your data, and then get out of your way.
It uses an adapter system to plug into your ORM framework of choice. Currently ActiveRecord is the only adapter included, but it is not a dependency and never will be.