README.md in jsregexp-0.1.0 vs README.md in jsregexp-0.1.1
- old
+ new
@@ -1,7 +1,12 @@
# JSRegexp
+[![Gem Version](https://badge.fury.io/rb/jsregexp.svg)](https://badge.fury.io/rb/jsregexp)
+[![Build Status](https://travis-ci.org/lucerion/jsregexp.svg?branch=master)](https://travis-ci.org/lucerion/jsregexp)
+[![Code Climate](https://codeclimate.com/github/lucerion/jsregexp/badges/gpa.svg)](https://codeclimate.com/github/lucerion/jsregexp)
+[![Test Coverage](https://codeclimate.com/github/lucerion/jsregexp/badges/coverage.svg)](https://codeclimate.com/github/lucerion/jsregexp/coverage)
+
JSRegexp is a converter from Ruby Regexp to valid JavaScript RegExp format
## Installation
Add this line to your application's Gemfile:
@@ -19,10 +24,10 @@
$ gem install jsregexp
## Usage
``` ruby
- JSRegexp.convert(/\Ahello/) # => '^hello'
+JSRegexp.convert(/\Ahello/) # => '^hello'
```
## License
[MIT](http://opensource.org/licenses/MIT)