From 1989865016093b4eeb8d2b84b2a08d8d945aa059 Mon Sep 17 00:00:00 2001 From: Mark Dalgleish Date: Tue, 25 Jul 2023 10:36:56 +1000 Subject: [PATCH] docs: remove version from yarn/pnpm create (#6951) --- docs/other-api/create-remix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/other-api/create-remix.md b/docs/other-api/create-remix.md index 7c1fbe54194..55cdabfb355 100644 --- a/docs/other-api/create-remix.md +++ b/docs/other-api/create-remix.md @@ -29,9 +29,9 @@ npx create-remix@latest --help ```sh npm create remix@latest # or -yarn create remix@latest +yarn create remix # or -pnpm create remix@latest +pnpm create remix ``` ### `create-remix --template`