From a9cccb21b8075e66908db1ce01a913cee6da7a08 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 13 Mar 2026 09:49:03 -0700 Subject: [PATCH] Use npm commands in DEVELOPMENT.md for contributor familiarity Co-Authored-By: Claude Opus 4.6 --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index a6245efe..966c2dc4 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -27,7 +27,7 @@ rustc --version Install the NPM dependencies: ```shell -vp install +npm install ``` Run the `bootstrap` command to do some initial setup: