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
This commit is contained in:
parent
29b0deb70f
commit
d5ab4b29ea
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue