diff --git a/docs/GetStarted.md b/docs/GetStarted.md index d8b742ae..f0c571f8 100755 --- a/docs/GetStarted.md +++ b/docs/GetStarted.md @@ -25,7 +25,7 @@ cd AwesomeNativeBase *Install NativeBase* ```js -npm install native-base --save +npm install native-base --save / yarn add native-base --save ``` *Install Peer Dependencies*
@@ -230,4 +230,4 @@ npm start You've successfully setup [NativeBase](https://nativebase.io/) with your [Vue Native](https://vue-native.io) app. Your Vue Native app is ready to run on iOS and Android devices. -Check out [Vue Native Docs](https://vue-native.io/docs/installation.html). Also, NativeBase KitchenSink, an example of NativeBase components implementation with Vue Native, [source code](https://github.com/GeekyAnts/KitchenSink-Vue-Native) is here. \ No newline at end of file +Check out [Vue Native Docs](https://vue-native.io/docs/installation.html). Also, NativeBase KitchenSink, an example of NativeBase components implementation with Vue Native, [source code](https://github.com/GeekyAnts/KitchenSink-Vue-Native) is here.