From 319fa06afb477880e43e6a84cbd06c7fdbf29422 Mon Sep 17 00:00:00 2001 From: James Ide Date: Sun, 6 Sep 2015 17:22:14 -0700 Subject: [PATCH] [README] Intro section that links to website --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c4856d5f3a7..57d3f90dd06 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ React Native enables you to build world-class application experiences on native - [Contributing](#contributing) - [License](#license) +## Introduction + +See the official [React Native website](https://facebook.github.io/react-native/) for an introduction to React Native. + ## Getting Started - Follow the [Getting Started guide](http://facebook.github.io/react-native/docs/getting-started.html) to install React Native and its dependencies.