Browse Source

Fix type in `protoc-gen-grpc-swift` docs.

George Barnett 2 years ago
parent
commit
0d68ad4e5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/protoc-gen-grpc-swift/Docs.docc/spm-plugin.md

+ 1 - 1
Sources/protoc-gen-grpc-swift/Docs.docc/spm-plugin.md

@@ -19,7 +19,7 @@ configuration file which will be used to customize the invocation of `protoc`.
 First, you must ensure that you have the `protoc` compiler installed.
 There are multiple ways to do this. Some of the easiest are:
 
-1. If you are on macOS, installing it via `brew install protoc`
+1. If you are on macOS, installing it via `brew install protobuf`
 2. Download the binary from [Google's github repository](https://github.com/protocolbuffers/protobuf).
 
 ### Adding the proto files to your target