Skip to content

Commit b1a0755

Browse files
author
Robert Mosolgo
committed
Merge pull request #266 from rmosolgo/add-prerender-api-note
fix(readme) add note about API version
2 parents 7524897 + cdfc899 commit b1a0755

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ react_component(component_class_name, props={}, html_options={})
123123

124124
### Server rendering
125125

126+
(This documentation is for the __`master` branch__, please check the [__`1.0.0` README__](https://github.com/reactjs/react-rails/tree/v1.0.0#server-rendering) for that API!)
127+
126128
To render components on the server, pass `prerender: true` to `react_component`:
127129

128130
```erb

0 commit comments

Comments
 (0)