Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed package name in go get command (`go get github.com/echovault/echovault`)
  • Loading branch information
kelvinmwinuka authored Jul 5, 2024
1 parent eb94269 commit fe73609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fe73609

Please sign in to comment.