Update README.md

Fixed package name in go get command (`go get github.com/echovault/echovault`)
This commit is contained in:
Kelvin Mwinuka
2024-07-06 00:03:03 +08:00
committed by GitHub
parent eb9426975c
commit fe7360969e
+1 -1
View File
@@ -65,7 +65,7 @@ much more powerful. Features in the roadmap include:
# Usage (Embedded)
Install EchoVault with: `go get github.com/echoVault/echoVault`.
Install EchoVault with: `go get github.com/echovault/echovault`.
Run `go mod tidy` to pull all of EchoVault's dependencies.
Here's an example of using EchoVault as an embedded library.