(fix): typo fix, changed mysql to arangodb

This commit is contained in:
i9
2025-01-29 19:40:29 +01:00
parent c58fcf23e2
commit b49ff3a6a6

View File

@@ -35,7 +35,7 @@ ArangoDB is tested on the 2 last (1.14/1.15) [Go versions](https://golang.org/dl
```bash
go mod init github.com/<user>/<repo>
```
And then install the mysql implementation:
And then install the arangodb implementation:
```bash
go get github.com/gofiber/storage/arangodb/v2
```