Browse Source

Update Echo README

Tim Burks 9 years ago
parent
commit
18bb762af7
1 changed files with 3 additions and 2 deletions
  1. 3 2
      Examples/Echo/README.md

+ 3 - 2
Examples/Echo/README.md

@@ -6,12 +6,13 @@ Streaming, Client Streaming, and Bidirectional Streaming).
 It includes Swift and Go implementations to verify 
 It includes Swift and Go implementations to verify 
 interoperability.
 interoperability.
 
 
-The [Swift](Swift) directory contains a Mac app and a command-line tool
+The [Xcode](Xcode) directory contains a Mac app and 
+[SwiftPM](SwiftPM) contains a command-line tool
 that can be built with the Swift Package Manager. Both contain
 that can be built with the Swift Package Manager. Both contain
 a Swift client and server, and both are hard-coded to use port
 a Swift client and server, and both are hard-coded to use port
 8081 for insecure connections and port 8443 for secure connections.
 8081 for insecure connections and port 8443 for secure connections.
 
 
-The [Go](Go) directory contains a Go client and server. The server
+The [Go](Go) directory contains a Go client and server. The Go server
 listens on port 8080 and the Go client connects to this by
 listens on port 8080 and the Go client connects to this by
 default but can be pointed at other servers using the "-a" 
 default but can be pointed at other servers using the "-a" 
 command-line option.
 command-line option.