From 1032370749bfd816eb09b712e8ba80694863f52a Mon Sep 17 00:00:00 2001 From: Jason Marshall Date: Mon, 1 Aug 2016 18:19:41 -0700 Subject: [PATCH] rnpm is part of react-native now (#355) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5cc3278..34bb0d5 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,9 @@ A camera module for React Native. ![](https://i.imgur.com/5j2JdUk.gif) ## Getting started -### Mostly automatic install with RNPM -1. `npm install rnpm --global` -2. `npm install react-native-camera@https://github.com/lwansbrough/react-native-camera.git --save` -3. `rnpm link react-native-camera` +### Mostly automatic install with react-native +1. `npm install react-native-camera@https://github.com/lwansbrough/react-native-camera.git --save` +3. `react-native link react-native-camera` ### Mostly automatic install with CocoaPods 1. `npm install react-native-camera@https://github.com/lwansbrough/react-native-camera.git --save`