Skip to content

Commit 11b7eb0

Browse files
authored
Docs (#2775)
* minor getting started typo
1 parent 5a409f2 commit 11b7eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a basic example of how you'd create a service and register a handler in
1414
mkdir helloworld
1515
cd helloworld
1616
go mod init
17-
go get go-micro.dev/v5@latest"
17+
go get go-micro.dev/v5@latest
1818
```
1919

2020
Write the following into `main.go`

0 commit comments

Comments
 (0)