From 30c9100e99f1147f3aafcf62c9bea4d2aa53b0b4 Mon Sep 17 00:00:00 2001 From: Yannik Date: Sun, 31 Aug 2025 15:17:37 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ad2363..ca4f1b0 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ The `@vaporvee/template-sanity` CLI sets up a fully functional monorepo with: Create a file called `.npmrc` in your home directory with the following content: ``` -@vaporvee:registry=https://git.vaporvee.com/api/packages/testuser/npm/ -//git.vaporvee.com/api/packages/testuser/npm/:_authToken= +@vaporvee:registry=https://git.vaporvee.com/api/packages/vaporvee/npm/ +//git.vaporvee.com/api/packages/vaporvee/npm/:_authToken= ``` You can now scaffold a new project using the CLI: