Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Dec 18, 2012
1 parent bfba4c3 commit 83f713e
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
Expand Up @@ -51,7 +51,7 @@ Add the template name to the API options.

```ruby
get "/user/:id", :rabl => "user.rabl" do
@user = User.fond(params[:id])
@user = User.find(params[:id])
end
```

Expand Down

0 comments on commit 83f713e

Please sign in to comment.