From 161f25b13f5f0147e6fa689ead4cc7858086e2ac Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Sun, 8 Jan 2017 23:03:38 -0800 Subject: [PATCH 1/2] removes separate react-native installation --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index abf881a..c7d0080 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,7 @@ Inspired by: [Building the Facebook Newsfeed with Relay](http://facebook.github. ## Installation ```bash - # For web or Node: npm install react-transmit - - # For React Native: - npm install react-transmit-native ``` ## Usage From 3307bcc7b493b968144729da82b0eb3394b172a3 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Sat, 11 Feb 2017 08:44:41 -0800 Subject: [PATCH 2/2] specific change to deprecating change in 0.25 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c7d0080..3111909 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,16 @@ Inspired by: [Building the Facebook Newsfeed with Relay](http://facebook.github. ## Installation + ```bash + # For web or Node: + npm install react-transmit + + # For React Native version 0.25 or later: npm install react-transmit + + # For React Native version 0.25 or before: + npm install react-transmit-native ``` ## Usage