Skip to content

Commit

Permalink
clean up README
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Aug 17, 2024
1 parent 9feb21d commit f9717cb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# SQLite3 ActiveRecord REGEXP

<a href="https://rubygems.org/gems/sqlite3_ar_regexp">
<img alt="" src="https://img.shields.io/gem/v/sqlite3_ar_regexp.svg">
</a>
<a href="https://travis-ci.org/AaronLasseigne/sqlite3_ar_regexp">
<img alt="" src="https://img.shields.io/travis/AaronLasseigne/sqlite3_ar_regexp/master.svg">
</a>
[![Version](https://img.shields.io/gem/v/sqlite3_ar_regexp.svg?style=flat-square)](https://rubygems.org/gems/sqlite3_ar_regexp)

This adds REGEXP support to SQLite3 in ActiveRecord.

Expand All @@ -15,7 +10,7 @@ This project uses [Semantic Versioning](http://semver.org).

Add this line to your application's Gemfile:

gem 'sqlite3_ar_regexp', '~> 2.2'
gem 'sqlite3_ar_regexp', '~> 3.0'

And then execute:

Expand Down

0 comments on commit f9717cb

Please sign in to comment.