From fb0ea5c75dbdeeb0789eb1f39192db13bdcaad48 Mon Sep 17 00:00:00 2001 From: Kaleb Joseph Himes Date: Wed, 12 Aug 2015 15:22:51 -0600 Subject: [PATCH] Update README.md --- tirtos_ccs_examples/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 --