From 51628bb1ea28f595ca1e10c1e3ee50392a27bac5 Mon Sep 17 00:00:00 2001 From: Tyler Brewer Date: Wed, 4 Nov 2015 13:56:14 -0500 Subject: [PATCH] Add getting started guide Added a link to the React Getting Started guide in the readme for developers checking out React for the first time. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7070cc863..00ec7a36a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ in your Ruby on Rails (3.2+) application. `react-rails` can: - [Generate components](#component-generator) with a Rails generator - [Be extended](#extending-react-rails) with custom renderers, transformers and view helpers +Just getting started with React? Make sure to check out the [Getting Started] (https://facebook.github.io/react/docs/getting-started.html) guide. + ## Installation Add `react-rails` to your gemfile: