From b30ad8f8dc3a3ef6b4f038e28a359b1cb3307603 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Tue, 27 Aug 2024 16:11:49 +0200 Subject: [PATCH] Improve readme Signed-off-by: Johannes Loher --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index addce943..781720d7 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ and follow the instructions to add a new changeset for the relevant packages. A release can then be performed by running ```bash -npx changeset version +npx changeset version && npm install ``` and committing and pushing the changes.