From e64ffe978bec018762c98957a34c3d5a58bd1c49 Mon Sep 17 00:00:00 2001 From: Sheng Date: Sat, 18 Nov 2017 16:57:09 +0800 Subject: [PATCH] Modified README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e90e98..0b87b7a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ location / { ### Tips * If you want to run it in a production server, please disable debug mode, set debug as False in settings. -* Try to use Nginx as a front web server (see config example above) and enable HTTPS, this will prevent your ssh credentials from being uncovered. Also afterwards the communication between your browser and the web server will be encrypted as they use secured websockets. +* Try to use Nginx as a front web server (see config example above) and enable SSL, this will prevent your ssh credentials from being uncovered. Also afterwards the communication between your browser and the web server will be encrypted as they use secured websockets. ### About Python version -Should work from 2.6 to 3.6, but if you happen to find it does work for a specific python version, please open an issue here. +Should work from 2.7 to 3.6, but if you happen to find it does work for a specific python version, please open an issue here.