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)