diff --git a/README.md b/README.md index b0573a2..2ef00ff 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ An Astro component library for SudoVanilla related websites and projects. To install Pandora for your Astro website, running the following: ``` -bun install --registry https://npm.sudovanilla.org/ +bun install --registry https://registry.sudovanilla.org/ ``` ## Usage diff --git a/package.json b/package.json index 2655817..3a49dd5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "website" ], "scripts": { - "publish": "bun publish && bun publish --registry https://npm.sudovanilla.org/", + "publish": "bun publish && bun publish --registry https://registry.sudovanilla.org/", "test": "cd test/ && bun start" }, "dependencies": {