From ecf955f6f0519cc27c9c04600386133f9fc9ff15 Mon Sep 17 00:00:00 2001 From: DarDarBinks Date: Mon, 17 Nov 2025 20:35:16 +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 2b550f0..f71324a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add to your project's `package.json`: ```json { "dependencies": { - "@your-org/shared-types": "git+https://github.com/your-org/shared-types.git" + "@dpu/types": "git+https://git.dariusbag.dev/DarDarBinks/dpu-types.git", } } ``` @@ -26,7 +26,7 @@ Add to your project's `package.json`: Or install via command: ```bash -npm install git+https://github.com/your-org/shared-types.git +npm install git+https://git.dariusbag.dev/DarDarBinks/dpu-types.git ``` ## Updating the Package