From 71a97b87350da04410bb69d4c2a618a1335a17cc Mon Sep 17 00:00:00 2001 From: Evan Bacon Date: Wed, 29 Jan 2020 14:17:14 -0800 Subject: [PATCH] Update README.md --- with-video-background/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/with-video-background/README.md b/with-video-background/README.md index c0d513f..2f06e28 100644 --- a/with-video-background/README.md +++ b/with-video-background/README.md @@ -4,9 +4,9 @@ Video backgrounds are common in mobile apps. This shows you how to do it univers ## How to use -Install: `yarn install` +- Install: `yarn` -[Expo CLI](https://docs.expo.io/versions/latest/workflow/expo-cli/): `npm install -g expo-cli` (if not already installed globally on your machine) +- [Expo CLI](https://docs.expo.io/versions/latest/workflow/expo-cli/): `npm install -g expo-cli` (if not already installed globally on your machine) -Run Project Locally: `expo start` +- Run Project Locally: `expo start`