README.md in administrate-field-belongs_to_search-0.1.2 vs README.md in administrate-field-belongs_to_search-0.1.3
- old
+ new
@@ -1,17 +1,19 @@
# Administrate::Field::BelongsToSearch
[![Build Status](https://travis-ci.org/fishbrain/administrate-field-belongs_to_search.svg?branch=master)](https://travis-ci.org/fishbrain/administrate-field-belongs_to_search)
+[![Gem Version](https://badge.fury.io/rb/administrate-field-belongs_to_search.svg)](https://badge.fury.io/rb/administrate-field-belongs_to_search)
+[![Coverage Status](https://coveralls.io/repos/github/fishbrain/administrate-field-belongs_to_search/badge.svg?branch=master)](https://coveralls.io/github/fishbrain/administrate-field-belongs_to_search?branch=master)
A plugin to search through `belongs_to` associations in [thoughtbot's Administrate](https://github.com/thoughtbot/administrate) Rails engine.
## Usage
Add it to your `Gemfile`:
```ruby
-gem 'administrate-field-belongs_to_search', '~> 0.1.2'
+gem 'administrate-field-belongs_to_search'
```
Run bundler to install:
```sh
@@ -28,11 +30,11 @@
# ...
```
With this, you should be good to go!
-## Develop and contribute
+## Develop and Contribute
Fork and clone the repo. Install dependencies and run test using:
```sh
bundle install
@@ -41,12 +43,18 @@
Then, implement your feature/fix, [write a good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
and submit a pull request to this repository. If you only have some feedback or are unsure about how to do something, you're welcome to
submit an [issue](https://github.com/fishbrain/administrate-field-belongs_to_search/issues/new).
+This is meant to be an welcoming and friendly place for collaboration. Therefore, all contributors are expected to adhere to the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md).
+
## License
This plugin is Copyright © 2017 Fishbrain AB. It is licensed under the MIT license. See [LICENSE](LICENSE) for details.
+
+## Screenshot
+
+![Screenshot](http://i.imgur.com/4GlEJ6O.png)
========
![Fishbrain AB](http://i.imgur.com/wOMiqE8.png)