From f5cc46f304b3a8b8a3fe5149716eb4afc3a24d05 Mon Sep 17 00:00:00 2001 From: Diego Stamigni Date: Wed, 11 Jan 2023 20:27:16 +0000 Subject: [PATCH] chore: Update README.md (#278) Removed empty spaces in the go get command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88b0541..d8fb885 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ For even more information, see the guide to [API keys][apikey]. To install the Go Client for Google Maps Services, please execute the following `go get` command. ```bash - go get googlemaps.github.io/maps +go get googlemaps.github.io/maps ``` ## Developer Documentation