From 8adc5b55aa42d09243fbe46a03fffd04a73487c3 Mon Sep 17 00:00:00 2001 From: Simon Praetorius Date: Thu, 28 Sep 2023 10:47:42 +0200 Subject: [PATCH] [DOC] Fix npm install command (#18) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7c3e35..10e6b77 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ composer req praetorius/vite-asset-collector vite can be installed with the frontend package manager of your choice: ```sh -npm install --dev vite +npm install --save-dev vite ``` ## Getting Started