From eec81df05e18dd9ac977b5a661964df212bf4627 Mon Sep 17 00:00:00 2001 From: Michael Tibben Date: Fri, 17 Sep 2021 10:58:07 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03e0fdafe89..9822341efc0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Still not convinced enough to use **gqlgen**? Compare **gqlgen** with other Go g mkdir example cd example - go mod init gqlgen.com/example + go mod init example 2. Add gqlgen to your [project's tools.go](https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module)