From cdfc89968602a572dc644d394fca24df2afd3184 Mon Sep 17 00:00:00 2001 From: Robert Mosolgo Date: Fri, 15 May 2015 14:28:03 -0700 Subject: [PATCH] fix(readme) add note about API version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4f5f51ce3..d57b2adbe 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ react_component(component_class_name, props={}, html_options={}) ### Server rendering +(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!) + To render components on the server, pass `prerender: true` to `react_component`: ```erb