README.md in etcd-0.0.2 vs README.md in etcd-0.0.4

- old
+ new

@@ -1,5 +1,6 @@ +[![Built on Travis](https://secure.travis-ci.org/ranjib/etcd-ruby.png?branch=master)](http://travis-ci.org/ranjib/etcd-ruby) # Etcd A ruby client for [etcd](https://github.com/coreos/etcd) ## Installation @@ -63,13 +64,19 @@ ### Get leader of the cluster ```ruby client.leader ``` +## Contributors +* Ranjib Dey +* Jesse Nelson + + ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request +6. If applicable, update the README.md