From 89e1b592ba68cae14cc8f98ba022bb8113dd4223 Mon Sep 17 00:00:00 2001 From: Ryan Byrne Date: Wed, 3 Jun 2026 21:18:29 -0700 Subject: [PATCH] Updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75e75e1..cd9a223 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ apify-shared = { git = "https://git.virteklabs.com/virtek-labs/apify-shared" } Pin to a specific tag, branch, or commit: ```toml -apify-shared = { git = "https://your-gitea-instance.com/virtek-labs/apify-shared", tag = "v0.1.0" } -apify-shared = { git = "https://your-gitea-instance.com/virtek-labs/apify-shared", branch = "main" } -apify-shared = { git = "https://your-gitea-instance.com/virtek-labs/apify-shared", rev = "abc123" } +apify-shared = { git = "https://git.virteklabs.com/virtek-labs/apify-shared", tag = "v0.1.0" } +apify-shared = { git = "https://git.virteklabs.com/virtek-labs/apify-shared", branch = "main" } +apify-shared = { git = "https://git.virteklabs.com/virtek-labs/apify-shared", rev = "abc123" } ``` ### From a local path (development)