From b7afbb45dc4f1a60ebd6aa1b088301cbe62da179 Mon Sep 17 00:00:00 2001 From: "C.A. Little" Date: Tue, 21 Apr 2020 09:47:15 -0400 Subject: [PATCH] Update README.adoc in tcp-with-headers Corrected command line for running sample. --- basic/tcp-with-headers/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/tcp-with-headers/README.adoc b/basic/tcp-with-headers/README.adoc index 59d97805..b138e9b1 100644 --- a/basic/tcp-with-headers/README.adoc +++ b/basic/tcp-with-headers/README.adoc @@ -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...