From 2611d6ddf244985b8f5265a32d4df0a079724f54 Mon Sep 17 00:00:00 2001 From: Chris Van de Gejuchte Date: Tue, 12 Sep 2017 12:14:42 +0200 Subject: [PATCH] updates docs --- README.md | 129 +++++++++++++++++++++++++++++++++++++++++++++++++ example/tls.go | 118 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 247 insertions(+) create mode 100644 example/tls.go diff --git a/README.md b/README.md index 806f7d9..f2da3e3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# This is a fork of github.com/tidwall/redcon that adds TLS support +