mirror of
https://github.com/gofiber/storage.git
synced 2025-10-03 15:56:37 +08:00
(fix): typo fix, changed mysql to arangodb
This commit is contained in:
@@ -35,7 +35,7 @@ ArangoDB is tested on the 2 last (1.14/1.15) [Go versions](https://golang.org/dl
|
|||||||
```bash
|
```bash
|
||||||
go mod init github.com/<user>/<repo>
|
go mod init github.com/<user>/<repo>
|
||||||
```
|
```
|
||||||
And then install the mysql implementation:
|
And then install the arangodb implementation:
|
||||||
```bash
|
```bash
|
||||||
go get github.com/gofiber/storage/arangodb/v2
|
go get github.com/gofiber/storage/arangodb/v2
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user