update readme

This commit is contained in:
2025-11-25 19:15:30 +01:00
parent 93afa0510e
commit 7ebbc97e38
+2 -2
View File
@@ -11,7 +11,7 @@ A Go library for managing inventory using Redis.
## Installation
```bash
go get git.k6n.net/go-redis-inventory
go get github.com/matst80/go-redis-inventory
```
## Usage
@@ -19,7 +19,7 @@ go get git.k6n.net/go-redis-inventory
Import the package:
```go
import "git.k6n.net/go-redis-inventory/pkg/inventory"
import "github.com/matst80/go-redis-inventory/pkg/inventory"
```
Create a Redis client and initialize the service: