docs: update module path in README to include jakoubek namespace
Some checks are pending
CI / Test (push) Waiting to run
CI / Test-1 (push) Waiting to run
CI / Test-2 (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Benchmark (push) Waiting to run

Updated all references from code.beautifulmachines.dev/quando to
code.beautifulmachines.dev/jakoubek/quando in:
- Installation instructions
- Import examples
- Documentation link
This commit is contained in:
Oliver Jakoubek 2026-02-11 17:25:43 +01:00
commit d5ab4b29ea

View file

@ -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