From a0d0c39214711e34e84fbb10638d232c1fa6138c Mon Sep 17 00:00:00 2001 From: aryaminus Date: Fri, 28 Sep 2018 20:05:07 +0545 Subject: [PATCH] Fix Typos --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbfce60..43dae70 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Nazar is an app built with react-native with a little spice of Tensorflow Invept It is done with both Clarifai API and Tensorflow frozen graph server deployed in heroku to deduce with internet along with option to look for feeds from internet within the app. The Option to fetch the details about detected component is setup but needs furnishing. +**Run both on iOS and Android** + ## Demo [![Nazar demo](https://i.imgur.com/wsGt7Aw.gif)](https://goo.gl/9FFbS6) @@ -41,7 +43,7 @@ $ cd nazar npm install react-native link react-native run-android -react-native run-android +react-native run-ios ``` **or for VS-Code:** ```