README.md in mongoid_userstamp-0.1.2 vs README.md in mongoid_userstamp-0.1.3

- old
+ new

@@ -1,6 +1,6 @@ -# MongoidUserstamp [![Build Status](https://secure.travis-ci.org/Langwhich/mongoid_userstamp)](https://secure.travis-ci.org/Langwhich/mongoid_userstamp) +# MongoidUserstamp [![Build Status](https://secure.travis-ci.org/Langwhich/mongoid_userstamp.png)](https://secure.travis-ci.org/Langwhich/mongoid_userstamp) MongoidUserstamp adds stamp columns for created by and updated by informations within rails applications. ## Install @@ -18,10 +18,10 @@ c.user_model = :user c.created_column = :created_by c.created_accessor = :creator - c.updated_column = :updator_by + c.updated_column = :updated_by c.updated_accessor = :updator end # Example model class Person