From 11b7eb07276ed220ee8b928c2a50d600cfd26f24 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 21 May 2025 10:59:04 +0100 Subject: [PATCH] Docs (#2775) * minor getting started typo --- internal/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/docs/getting-started.md b/internal/docs/getting-started.md index bd29a457..1a9592c4 100644 --- a/internal/docs/getting-started.md +++ b/internal/docs/getting-started.md @@ -14,7 +14,7 @@ This is a basic example of how you'd create a service and register a handler in mkdir helloworld cd helloworld go mod init -go get go-micro.dev/v5@latest" +go get go-micro.dev/v5@latest ``` Write the following into `main.go`