Skip to content

Commit 8abf03b

Browse files
committed
minor getting started typo
1 parent 8dd0d8e commit 8abf03b

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)