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

- old
+ new

@@ -1,7 +1,10 @@ # Mannequin +[![Build Status](https://api.travis-ci.org/theandym/mannequin.png?branch=master)](https://travis-ci.org/theandym/mannequin) +[![Gem Version](https://badge.fury.io/rb/mannequin.png)](http://badge.fury.io/rb/mannequin) + Mannequin is a simple test data generator. It was initially designed to abstract code from progLipsum (http://proglipsum.com) for use in other projects. ## Installation Add this line to your application's Gemfile: @@ -30,14 +33,16 @@ @person.last_name => "Macdonald" Currently the following test data classes and attributes have been implemented: -* Mannequin::Person +* `Mannequin::Person` - * first_name - * last_name - * middle_name + * `first_name` *(ex. John)* + * `last_name` *(ex. Doe)* + * `middle_name` *(ex. Adam)* + * `middle_initial` *(ex. A)* + * `email_address` *(ex. john@doe.com)* ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)