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