From 53d4a9a15a4de9cda3ac599c33aea898bf04f282 Mon Sep 17 00:00:00 2001 From: LazyAfternoons Date: Mon, 11 Mar 2024 15:07:40 +0100 Subject: [PATCH] docs: update README.md --- example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/README.md b/example/README.md index f726256..97032fa 100644 --- a/example/README.md +++ b/example/README.md @@ -43,9 +43,9 @@ $ cd iOS && bundle exec pod install && cd .. ## Run the app ```bash -## Android +# Android $ yarn react-native run-android -## iOS +# iOS $ yarn react-native run-ios ```