Browse Source

Remove Czlib from README

koichi.tanaka 7 years ago
parent
commit
0c3ce555e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Examples/EchoXcode/README.md

+ 1 - 1
Examples/EchoXcode/README.md

@@ -6,5 +6,5 @@ on the gRPC Xcode project, which requires a local build of the
 gRPC Core C library. To build that, please run "make" in the
 gRPC Core C library. To build that, please run "make" in the
 root of your gRPC distribution. Next use Xcode's "Add Files..."
 root of your gRPC distribution. Next use Xcode's "Add Files..."
 command to add the SwiftGRPC.xcodeproj to your project and
 command to add the SwiftGRPC.xcodeproj to your project and
-then add the CzLib, gRPC, CgRPC, and BoringSSL libraries
+then add the gRPC, CgRPC, and BoringSSL libraries
 to the target dependencies of "Echo".
 to the target dependencies of "Echo".