From 20ca42d84383a043b4d02e7943960c6dbf96c76c Mon Sep 17 00:00:00 2001 From: pathtofile Date: Thu, 5 Sep 2019 22:16:21 +1000 Subject: [PATCH] altered README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 405ffe0..8c63f76 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# https.server - Python SimpleHTTPServer wrapped in TLS +# https.server - Python SimpleHTTPServer over TLS The Python in-built `http.server` is great when to nead to temperarily start up a simple webserver, to transfer files or host baisc content.