diff --git a/README.md b/README.md index abf881a..3111909 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,15 @@ Inspired by: [Building the Facebook Newsfeed with Relay](http://facebook.github. ## Installation + ```bash # For web or Node: npm install react-transmit - # For React Native: + # 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 ```