From 13b11641127aedd700f0971adff53034c244a364 Mon Sep 17 00:00:00 2001 From: cgombauld Date: Fri, 17 Oct 2025 12:24:53 +0200 Subject: [PATCH] fix(readme): add mising registry command to setup private registry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8925c6c..2e75edab 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ NodeSecure is capable to work behind a custom private npm registry too by search ```bash $ npm config get registry -$ npm config set "http://your-registry/" +$ npm config set registry "http://your-registry/" ``` ## API