From e3345cb2dca42bd5d3ed68a9d163c8047f4c46e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bryx=C3=AD?= Date: Wed, 25 Sep 2024 09:56:03 +0200 Subject: [PATCH] docs: Update README.md - This is not pnpm@latest way to format that command - Fixed syntax for pnpm installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b8eb60c6..4b8a5a54f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Installation #### pnpm ```bash -pnpm add --dev @ember/test-helpers +pnpm add --save-dev @ember/test-helpers ``` #### npm