From 23c4cf10503129e9282874fe9ce72c4e23a11dcb Mon Sep 17 00:00:00 2001 From: bjoepfeiffer Date: Tue, 2 Jul 2024 11:59:43 -0400 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2afd364..c09df9d 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ been pushed and merged to the remote repository. Next, create a new branch and run the following command: ``` -yarn version --minor (or --major or --patch) +npm version minor (or major or patch) ``` This will add a commit with an updated `package.json`, and create a new tag