Skip to content

Commit

Permalink
Remove extra $ to avoid copy-and-run failure. (#4639)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkusunjy authored Aug 19, 2024
1 parent 0d27e49 commit c4fcd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import (
Run `go mod tidy` to resolve the versions. Install by running

```sh
$ go install \
go install \
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway \
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2 \
google.golang.org/protobuf/cmd/protoc-gen-go \
Expand Down

0 comments on commit c4fcd8b

Please sign in to comment.