Browse Source

Merge pull request #216 from rebello95/readme-tweaks

Update dependency list in README
Tim Burks 7 years ago
parent
commit
d247c61b4d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -46,7 +46,7 @@ Manager builds.
 
 After [building your project](#building-your-project), add the generated
 `SwiftGRPC.xcodeproj` to your project, and add build dependencies
-on **BoringSSL**, **CgRPC**, **gRPC**, and **CzLib**.
+on **BoringSSL**, **CgRPC**, and **SwiftGRPC**.
 
 Please also note that your project will need to include the
 `SwiftProtobuf.xcodeproj` from
@@ -119,7 +119,7 @@ grpc-swift depends on Swift, Xcode, and swift-protobuf. We are currently
 testing with the following versions:
 
 - Xcode 9.1
-- Swift 4.0-dev
+- Swift 4.0
 - swift-protobuf 1.0.3
 
 ## License