From b4febaf5c30e623b1afefa43fbb2f611a76bd6a0 Mon Sep 17 00:00:00 2001 From: Nikolay Stoynov Date: Wed, 15 Jul 2020 21:58:36 +0300 Subject: [PATCH] Update README.md Continuation of #15177 --- examples/with-expo-typescript/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-expo-typescript/README.md b/examples/with-expo-typescript/README.md index 9e6425fa9553f..2d4f1ae29293d 100644 --- a/examples/with-expo-typescript/README.md +++ b/examples/with-expo-typescript/README.md @@ -33,9 +33,9 @@ Deploy the native app to the App store and Play store using [Expo deployment](ht Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example: ```bash -npx create-next-app --example with-expo with-expo-typescript-app +npx create-next-app --example with-expo-typescript with-expo-typescript-app # or -yarn create next-app --example with-expo with-expo-typescript-app +yarn create next-app --example with-expo-typescript with-expo-typescript-app ``` ### Running web