diff --git a/arangodb/README.md b/arangodb/README.md index 8478d2c1..dee1cf9b 100644 --- a/arangodb/README.md +++ b/arangodb/README.md @@ -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// ``` -And then install the mysql implementation: +And then install the arangodb implementation: ```bash go get github.com/gofiber/storage/arangodb/v2 ```