summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 4438cd4..4f7f1ca 100644
--- a/README
+++ b/README
@@ -7,10 +7,10 @@ It is similar to the OpenSSL command-line tool, providing only a limited
functionality for use by BusyBox's wget applet.
wolfssl-util's `s_client` command is designed to be stronger by default than
-openssl's, as the latter is only meant to be a "diagnostic tool". That is, the
+OpenSSL's, as the latter is only meant to be a "diagnostic tool". That is, the
following command:
- $ wolfssl-util s_client -quiet -connect ${host}:${port} \
+ $ wolfssl s_client -quiet -connect ${host}:${port} \
> -servername ${servername}
is roughly equivalent to the more complicated: