File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/GRPCCore/Documentation.docc/Articles Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ If you've used Protocol Buffers before then generating gRPC Swift stubs should b
8
8
unfamiliar with Protocol Buffers then you should get comfortable with the concepts before
9
9
continuing; the [ Protocol Buffers website] ( https://protobuf.dev/ ) is a great place to start.
10
10
11
- You can use the protoc plugin from the command line directly, or you can make use of a
11
+ You can use the ` protoc ` plugin from the command line directly, or you can make use of a
12
12
[ Swift Package Manager build plugin] ( https://github.com/swiftlang/swift-package-manager/blob/main/Documentation/Plugins.md )
13
13
convenience which adds the stub generation to the Swift build graph.
14
14
You may use the build plugin either from the command line or from Xcode.
@@ -50,7 +50,7 @@ are included in the target's source directory and that you have defined at least
50
50
51
51
You must provide a configuration file in the directory which encloses all ` .proto ` files (in the same directory or a parent).
52
52
Configuration files, written in JSON, tell the build plugin about the options used for ` protoc ` invocations.
53
- You must name the file grpc-swift-proto-generator-config.json and structure it in the following format:
53
+ You must name the file ` grpc-swift-proto-generator-config.json ` and structure it in the following format:
54
54
``` json
55
55
{
56
56
"generate" : {
You can’t perform that action at this time.
0 commit comments