Skip to content

Commit

Permalink
adds version badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Kelly committed Oct 15, 2013
1 parent c3fc2d2 commit 258cb8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# acts\_as\_graph\_object
# acts\_as\_graph\_object [![Gem Version](https://badge.fury.io/rb/acts_as_graph_object.png)](http://badge.fury.io/rb/acts_as_graph_object)

ActiveRecord extension that maps models to Facebook Open Graph objects.

Expand Down Expand Up @@ -127,4 +127,4 @@ end

This would map all standard properties `title`, `description`, `image`, `app_id` etc along with the custom properties `director`, `writer` & `cast`.

7\. **Write proper tests and documentation!**
7\. **Write proper tests and documentation!**

0 comments on commit 258cb8a

Please sign in to comment.