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`