From cfb874f82c79b5cbe3a75a1a7d348f063d8a04d0 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 9 Feb 2025 17:26:54 -0600 Subject: [PATCH] correct npm install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9de7bf..392a37c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can install PackwizJS with your package manager of choice. ### npm ```sh -npm add packwizjs +npm install --save packwizjs ``` ### pnpm