From f46c4d5019863a895c6d592ebaf6ae760e754e5d Mon Sep 17 00:00:00 2001 From: Rinas Muhammed <5433320+onerinas@users.noreply.github.com> Date: Sun, 24 Feb 2019 22:54:52 +0530 Subject: [PATCH] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d64ffd8..b666b76 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Clone this project and build with `go build cmd/api/main.go` or build and run wi ## Dependency Management -Dependency management for this project uses go module as of go version 1.11. More information can be found at [go command documetation](https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more). +Dependency management for this project uses go module as of go version 1.11. More information can be found at [go command documentation](https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more). ## Versioning