Update README.adoc in tcp-with-headers

Corrected command line for running sample.
This commit is contained in:
C.A. Little
2020-04-21 09:47:15 -04:00
committed by GitHub
parent 2fcf28a9d4
commit b7afbb45dc

View File

@@ -6,7 +6,7 @@ This example demonstrates how to use standard framework components to encode the
It takes console input and, if the input starts with a lower case, uppercases it and vice versa.
Whether to upper case or lower case the input is conveyed in a header 'type'.
Run from your favorite IDE, or from the command line `./gradlew :dynamic-tcp-client:run`.
Run from your favorite IDE, or from the command line `./gradlew :tcp-with-headers:run`.
Here is an example run...