From 78dd5e2c1e974fa61e01cad08c6dca55387773ca Mon Sep 17 00:00:00 2001 From: James Pearce Date: Sat, 28 Mar 2015 10:33:56 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67fd03dc3d..edb30e62b4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ React is a JavaScript library for building user interfaces. * **Virtual DOM:** React uses a *virtual DOM* diff implementation for ultra-high performance. It can also render on the server using Node.js — no heavy browser DOM required. * **Data flow:** React implements one-way reactive data flow which reduces boilerplate and is easier to reason about than traditional data binding. -**NEW**: Check out our newest project [React Native](https://github.com/facebook/react-native), which uses React and JavaScript to create native mobile applications. +**NEW**! Check out our newest project [React Native](https://github.com/facebook/react-native), which uses React and JavaScript to create native mobile apps. [Learn how to use React in your own project.](http://facebook.github.io/react/docs/getting-started.html).