Skip to content

Commit

Permalink
fix(examples): typo command name (#70094)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamBalaya56562 committed Sep 14, 2024
1 parent 8f7b0fb commit c9d3138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/route-handlers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_mediu
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init), [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/), or [pnpm](https://pnpm.io) to bootstrap the example:

```bash
npx create-next-app --example route-handlerss route-handlers-app
npx create-next-app --example route-handlers route-handlers-app
```

```bash
yarn create next-app --example route-handlers route-handlerss-app
yarn create next-app --example route-handlers route-handlers-app
```

```bash
Expand Down

0 comments on commit c9d3138

Please sign in to comment.