From 74e72f2cd793941c32745f1c704bc159e401a762 Mon Sep 17 00:00:00 2001 From: Andrew Rasmussen Date: Wed, 25 Mar 2015 22:15:12 -0700 Subject: [PATCH] Update Tutorial.md --- docs/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Tutorial.md b/docs/Tutorial.md index 4f68f5ca2..a595dc459 100644 --- a/docs/Tutorial.md +++ b/docs/Tutorial.md @@ -9,7 +9,7 @@ next: videos ## Preface -This is a tutorial that aims to get you up to speed with writing iOS apps using React Native. If you want to learn what React Native is and why Facebook built it, check out this blog post: **[INSERT BLOG POST URL]**. +This tutorial aims to get you up to speed with writing iOS apps using React Native. We assume you have experience writing websites with React. If not, you can learn about it on the [React website](http://facebook.github.io/react/).