From c9d31383def47130a4a03e1a059b2f9aba1e1e57 Mon Sep 17 00:00:00 2001 From: Jam Balaya Date: Sat, 14 Sep 2024 19:44:52 +0900 Subject: [PATCH] fix(examples): typo command name (#70094) --- examples/route-handlers/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/route-handlers/README.md b/examples/route-handlers/README.md index 50061a905f177..d736924bf33c3 100644 --- a/examples/route-handlers/README.md +++ b/examples/route-handlers/README.md @@ -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