From 7264816e01d74420c9a1dc7116d006d56deca09a Mon Sep 17 00:00:00 2001 From: Olivers Vitins Date: Sun, 25 Feb 2024 13:52:45 +0200 Subject: [PATCH] docs: change installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09a5034..b3654e1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Resultium commit standardization library 1. Set up @resultium registry in an .npmrc file in your home directory with following content: ``` - @resultium:registry=https://git.resultium.net/api/packages/technology/npm/ + @resultium:registry=https://git.resultium.net/api/packages/public/npm/ ``` 2. Install the package using npm ```