Skip to content

Commit

Permalink
Fixes gem version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
afair committed Jun 10, 2014
1 parent 934743a commit bf36e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#PostgreSQLCursor for handling large Result Sets

{<img src="https://badge.fury.io/rb/postgresql_cursor.svg" alt="Gem Version" />}[http://badge.fury.io/rb/postgresql_cursor]
[![Gem Version](https://badge.fury.io/rb/postgresql_cursor.svg)](http://badge.fury.io/rb/postgresql_cursor)

PostgreSQLCursor extends ActiveRecord to allow for efficient processing of queries
returning a large number of rows, and allows you to sort your result set.
Expand Down

0 comments on commit bf36e12

Please sign in to comment.