Skip to content

Commit

Permalink
Make copy changes to README
Browse files Browse the repository at this point in the history
Co-Authored-By: Joel Hawksley <joelhawksley@github.com>
  • Loading branch information
vinistock and joelhawksley committed Nov 26, 2019
1 parent 30d6ebc commit 405a8b1
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
Expand Up @@ -165,11 +165,11 @@ Components can be rendered via:

**Rendering components through models**

Passing model instances will cause render to look for its respective component class.
Passing model instances will cause `render` to look for its respective component class.

The component is instantiated with the rendered model instance.

Example for a `Post` model.
Example for a `Post` model:

`render(@post)`

Expand Down

0 comments on commit 405a8b1

Please sign in to comment.