Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Apr 9, 2012
1 parent 871ef96 commit 60f209e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,9 @@ Her is an ORM (Object Relational Mapper) that maps REST resources to Ruby object

In your Gemfile, add:

gem "her"
```ruby
gem "her"
```

## Usage

Expand All @@ -34,3 +36,5 @@ After that, using Her is very similar to many ActiveModel-like ORMs:
User.all # => Fetches "https://api.example.com/users" and return an array of User objects
User.find(1) # => Fetches "https://api.example.com/users/1" and return a User object
```

This is just the beginning. Relationships, hooks, and other stuff will be handled and documented.

0 comments on commit 60f209e

Please sign in to comment.