Skip to content

Commit

Permalink
Merge branch 'master' of github.com:adelevie/parse_resource
Browse files Browse the repository at this point in the history
  • Loading branch information
adelevie committed Dec 18, 2011
2 parents 1b32f63 + c3077c6 commit 923b8b8
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,7 +1,7 @@
ParseResource
=============

ParseResource makes it easy to interact with Parse.com's REST API. It adheres to the ActiveRecord pattern. ParceResource is fully ActiveModel compliant, meaning you can use validations and Rails forms.
ParseResource makes it easy to interact with Parse.com's REST API. It adheres to the ActiveRecord pattern. ParseResource is fully ActiveModel compliant, meaning you can use validations and Rails forms.

Ruby/Rails developers should feel right at home.

Expand All @@ -26,7 +26,7 @@ Installation
Include in your `Gemfile`:

```ruby
gem "parse_resource", "~> 1.6.2"
gem "parse_resource", "~> 1.6.3"
```

Or just gem install:
Expand Down

0 comments on commit 923b8b8

Please sign in to comment.