Skip to content

Commit 1c1fa5b

Browse files
committed
small revision in README
1 parent 51c75d3 commit 1c1fa5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ end
224224

225225
This custom renderer behaves the same as a normal view renderer and accepts the usual arguments - `content_type`, `layout`, `location` and `status`.
226226
By default, your current layout will be used and the component, rather than a view, will be rendered in place of `yield`. Custom data-* attributes
227-
can be passed like `data: {remote: true}`.
227+
can be passed like `data: {remote: true}`. Prerendering is set to `true` by default, but can be turned off like any other option: `prerender: false`.
228228

229229
### Component generator
230230

0 commit comments

Comments
 (0)