From 0f9f3a208dd8d6d194231b7ba9ce67a0d90db04e Mon Sep 17 00:00:00 2001 From: Michael Shihrer Date: Thu, 19 May 2016 14:05:16 -0600 Subject: [PATCH] Updated ./README.md to fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04f289f0..a087a2cc 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ cd wolfssl-[version] Examples in this directory may be compiled using: ``` -cd ./dtls +cd ./psk make ``` @@ -99,7 +99,7 @@ multi-threading. Examples in this directory may be compiled using: ``` -cd ./dtls +cd ./tls make ```