From 0a0b4fa3163e7730b6b7eaccb0563d5d0af47777 Mon Sep 17 00:00:00 2001 From: Dilina Date: Thu, 23 Jul 2020 18:38:30 +0530 Subject: [PATCH] Typo fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6081128..65d88c5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ clone the repo ### Mobile Directory To run the mobile application, change the directory to Mobile, -* Run nim install to grab all the node modules. -* Make sure you have the react native cli installed with android/IoS emulators/devices connected +* Run npm install to grab all the node modules. +* Make sure you have the react native cli installed with android/iOS emulators/devices connected * Run react-native run-android/react-native run-ios accordingly