Skip to content

Commit

Permalink
Merge pull request drapergem#112 from i0rek/master
Browse files Browse the repository at this point in the history
Remove backtic from Readme.
  • Loading branch information
jcasimir committed Jan 10, 2012
2 parents 45532f3 + d834b2d commit 7a90803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.markdown
Expand Up @@ -210,7 +210,7 @@ When writing your controller actions, you have three options:
* Call `.new` and pass in the object to be wrapped

```ruby
ArticleDecorator.new(Article.find(params[:id]))`
ArticleDecorator.new(Article.find(params[:id]))
```

* Call `.decorate` and pass in an object or collection of objects to be wrapped:
Expand Down

0 comments on commit 7a90803

Please sign in to comment.