From d5ab4b29eaa38f34c2f90dcfc24ad72f65af9dce Mon Sep 17 00:00:00 2001 From: Oliver Jakoubek Date: Wed, 11 Feb 2026 17:25:43 +0100 Subject: [PATCH] docs: update module path in README to include jakoubek namespace Updated all references from code.beautifulmachines.dev/quando to code.beautifulmachines.dev/jakoubek/quando in: - Installation instructions - Import examples - Documentation link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3feff39..994e91b 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ ## Installation ```bash -go get code.beautifulmachines.dev/quando +go get code.beautifulmachines.dev/jakoubek/quando ``` ## Quick Start ```go -import "code.beautifulmachines.dev/quando" +import "code.beautifulmachines.dev/jakoubek/quando" // Get current date now := quando.Now() @@ -117,7 +117,7 @@ date := clock.Now() // Always returns Feb 9, 2026 ## Documentation -Full documentation available at: [pkg.go.dev/code.beautifulmachines.dev/quando](https://pkg.go.dev/code.beautifulmachines.dev/quando) +Full documentation available at: [pkg.go.dev/code.beautifulmachines.dev/jakoubek/quando](https://pkg.go.dev/code.beautifulmachines.dev/jakoubek/quando) ## License