From e39d422d69c2275ed1e3a606447a9b9d87bdca4f Mon Sep 17 00:00:00 2001 From: Mottle Date: Sun, 5 May 2024 23:09:17 +0800 Subject: [PATCH] docs: suggest "npm repo" for showing the repo of a package (#7473) --- 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: