Quellcode durchsuchen

Fix typo in `protoc-gen-grpc-swift` docs. (#1578)

George Barnett vor 2 Jahren
Ursprung
Commit
03b3f1fc38
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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