diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guides/maintaining-npm.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guides/maintaining-npm.md b/doc/guides/maintaining-npm.md index 3709977072..bf789af65b 100644 --- a/doc/guides/maintaining-npm.md +++ b/doc/guides/maintaining-npm.md @@ -12,8 +12,10 @@ changes can be reviewed and landed via the normal consensus seeking process. ## Step 1: Run the update script +In the following examples, `x.y.z` should match the npm version to update to. + ```console -$ ./tools/update-npm.sh +$ ./tools/update-npm.sh x.y.z ``` ## Step 2: Commit new npm |