diff --git a/tirtos_ccs_examples/README.md b/tirtos_ccs_examples/README.md
index bcb607a4..175156a0 100644
--- a/tirtos_ccs_examples/README.md
+++ b/tirtos_ccs_examples/README.md
@@ -91,6 +91,7 @@ Step 6: Setting up the environment
In the browser window on the right under "Add dir to library search path"
Click the add button and add this line `"C:\wolfssl\tirtos\packages\ti\net\wolfssl\lib"`
+
Hit OK and we're ready to build the example project.
Step 7: Build the project
@@ -144,11 +145,10 @@ Step 10: Test the server
`./examples/client/client -h TCP_ECHO_IP -p 1000`
The client should receive the following response:
- `
- SSL version is TLS1.2
- SSL cipher suite is
- Server response: hello wolfssl!
- `
+
+ `SSL version is TLS1.2`
+ `SSL cipher suite is `
+ `Server response: hello wolfssl!`
Step 11: Success
--