Skip to content

Commit

Permalink
Update README.md with logo
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Feb 9, 2015
1 parent 62de825 commit 7db8301
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# ActiveRecord::JSONValidator

`ActiveRecord::JSONValidator` makes it easy to validate JSON attributes against a JSON schema.

[![Gem Version](http://img.shields.io/gem/v/activerecord_json_validator.svg)](https://rubygems.org/gems/activerecord_json_validator)
[![Build Status](http://img.shields.io/travis/mirego/activerecord_json_validator.svg)](https://travis-ci.org/mirego/activerecord_json_validator)
<p align="center">
<a href="https://github.com/mirego/microscope">
<img src="https://cloud.githubusercontent.com/assets/11348/6099354/cffcf35e-afc3-11e4-9a4d-d872941bbcf6.png" alt="" />
</a>
<br />
`ActiveRecord::JSONValidator` makes it easy to validate JSON attributes against a JSON schema.
<br /><br />
<a href="https://rubygems.org/gems/activerecord_json_validator"><img src="http://img.shields.io/gem/v/activerecord_json_validator.svg" /></a>
<a href="https://travis-ci.org/mirego/activerecord_json_validator"><img src="http://img.shields.io/travis/mirego/activerecord_json_validator.svg" /></a>
</p>

---

## Installation

Expand Down

0 comments on commit 7db8301

Please sign in to comment.