README.md in mongoid_countercache-0.0.1 vs README.md in mongoid_countercache-0.0.2

- old
+ new

@@ -1,5 +1,5 @@ -# MongoidCounterCache +# MongoidCounterCache [![Build Status](https://travis-ci.org/Intrepidd/mongoid_countercache.png?branch=master)](https://travis-ci.org/Intrepidd/mongoid_countercache) This gem is used to maintain a cached counter of an object's children, this avoids N + 1 queries issues when doing a ``count`` in a loop. This is basically an implementation of ActiveRecord counter cache for Mongoid.