README.md in octoshark-0.0.6 vs README.md in octoshark-0.0.7

- old
+ new

@@ -1,9 +1,9 @@ +![Octoshark logo](https://dl.dropboxusercontent.com/u/3230730/github/octoshark.png) + ![Travis status](https://travis-ci.org/dalibor/octoshark.png) -# Octoshark - Octoshark is a simple ActiveRecord connection switcher. It provides a general purpose connection switching mechanism that can be used in sharding and master-slave multi-database environments. It's up to you to specify how ActiveRecord models will use the Octoshark connections, see below for example scenarios. ## Installation @@ -152,9 +152,13 @@ end DatabaseCleaner.clean_with(strategy) end ``` + +## Logo + +Thanks to [@saschamt](https://github.com/saschamt) for Octoshark logo design. :) ## Contributing 1. Fork it ( http://github.com/dalibor/octoshark/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`)