Skip to content

Commit

Permalink
Nit polish on the user manual
Browse files Browse the repository at this point in the history
  • Loading branch information
muxi authored Aug 7, 2018
1 parent e8e73bf commit b9e53ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/objective-c/README-CFSTREAM.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ If you use gRPC following the instructions in
- Replace the
dependency on `gRPC-ProtoRPC` with `gRPC-ProtoRPC/CFStream`.
- Enable CFStream with environment variable `grpc_cfstream=1`. This can be done either in Xcode
console or by your code with `setenv()`.
console or by your code with `setenv()` before gRPC is initialized.

If your project directly depends on podspecs other than `gRPC-ProtoRPC` (e.g. `gRPC` or
`gRPC-Core`):

- Make your projects depend on subspecs corresponding to CFStream in each gRPC podspec.
- Enable CFStream with environment variable `grpc_cfstream=1`. This can be done either in Xcode
console or by your code with `setenv()`.
console or by your code with `setenv()` before gRPC is initialized.

## Notes

Expand Down

0 comments on commit b9e53ee

Please sign in to comment.