From 1e22c4120e77205accf3390133fe94a40d53fad2 Mon Sep 17 00:00:00 2001 From: gtshen Date: Sun, 5 May 2024 22:15:04 +0800 Subject: [PATCH] docs: Given the context, the most appropriate command would be npm repo --- docs/lib/content/configuring-npm/package-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib/content/configuring-npm/package-json.md b/docs/lib/content/configuring-npm/package-json.md index 2755b8008d014..e45d2646ab956 100644 --- a/docs/lib/content/configuring-npm/package-json.md +++ b/docs/lib/content/configuring-npm/package-json.md @@ -497,7 +497,7 @@ walking the folder. ### repository Specify the place where your code lives. This is helpful for people who -want to contribute. If the git repo is on GitHub, then the `npm docs` +want to contribute. If the git repo is on GitHub, then the `npm repo` command will be able to find you. Do it like this: