From 9cf2b11f4922d8b45ad8106e4d359c0b67d69eca Mon Sep 17 00:00:00 2001 From: jxsh Date: Sat, 30 Sep 2017 14:24:29 -0700 Subject: [PATCH] Changed React to React Native in README.md Summary: Referencing #16142 Closes https://github.com/facebook/react-native/pull/16146 Differential Revision: D5950544 Pulled By: TheSavior fbshipit-source-id: 6a679ed2ca1fdb91a4240f02e68bbef858b5b645 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af445488d..dd2240928 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,6 @@ We have a list of [beginner friendly issues](https://github.com/facebook/react-n ## License -React is [BSD licensed](./LICENSE). We also provide an additional [patent grant](./PATENTS). +React Native is [BSD licensed](./LICENSE). We also provide an additional [patent grant](./PATENTS). React documentation is [Creative Commons licensed](./LICENSE-docs).