Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Continuation of #15177
  • Loading branch information
arvigeus authored Jul 15, 2020
1 parent 893e57d commit b4febaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-expo-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4febaf

Please sign in to comment.