Browse Source

Update README.md for examples to point to correct folders (#473)

asif13 6 years ago
parent
commit
e89e402e6f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Examples/README.md

+ 3 - 3
Examples/README.md

@@ -5,11 +5,11 @@ To build the Xcode examples, you will need to add the `SwiftGRPC` project (and p
 
 ## Swift gRPC generated code examples
 
-[Echo](Echo)
+[Echo](EchoXcode)
 The Echo sample demonstrates a simple echo service with nonstreaming and streaming APIS.
 It can be run with or without TLS. Swift clients and servers are built in a Mac app 
 and in a command-line tool that is built with the Swift Package Manager. An 
-interoperable client and server is in the [Echo/Go](Echo/Go) directory. 
+interoperable client and server is in the [Echo/Go](EchoXcode/Go) directory. 
 
 The Echo sample uses a client and server interface generated by the Swift gRPC plugin
 for protoc.
@@ -20,6 +20,6 @@ Samples that call Google gRPC APIs are in the [Google](Google) directory.
 
 ## Low-level demonstrations
 
-[Simple](Simple)
+[Simple](SimpleXcode)
 The Simple sample demonstrates the low-level gRPC APIs with clients and servers
 that can be built with Xcode or the Swift Package Manager.