From 0b29eb6414bdce7ced4e1be4db45ceab97716521 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:09:27 -0400 Subject: [PATCH] pnpx => pnpm dlx pnpx isn't a thing anymore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94539a6..e198810 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,5 @@ Note: replace `your-app-name` with your existing app name (from the `package.jso Use [ember-cli-update](https://github.com/ember-cli/ember-cli-update) to update to later versions of the blueprint: ```bash -pnpx ember-cli-update +pnpm dlx ember-cli-update ```