From b5877e11090b439483ff75a9d0c727805736bfda Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko Date: Thu, 20 Jul 2017 18:52:01 +0300 Subject: [PATCH] machinarium: update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67622eb8..a702cde0 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,9 @@ consistent with coroutine design. #### Full-feature SSL/TLS support -Create and configure machinarium TLS object, associate it with any IO context and it will be -automatically switched to SSL/TLS usage. +Machinarium has easy-to-use Transport Layer Security (TLS) API on board, which also support work +with multiple threads. Create and configure machinarium TLS object, associate it with any existing +IO context and it will be automatically upgraded to SSL/TLS usage. #### Timeouts everywhere