From 5415ec922048f3e4214af898c52aa5f9445ac2dd Mon Sep 17 00:00:00 2001 From: Sheng Date: Wed, 30 May 2018 21:46:27 +0800 Subject: [PATCH] Updated README --- README.md | 1 + README.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 21fca52..e9abaf7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ A simple web application to be used as an ssh client to connect to your ssh serv * Encrypted keys supported. * Fullscreen terminal supported. * Terminal window resizable. +* Auto detect system default encoding. * Compatible with Python 2.7-3.6. ### Instructions diff --git a/README.rst b/README.rst index 761a6aa..f4f8012 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,7 @@ Features - Encrypted keys supported. - Fullscreen terminal supported. - Terminal window resizable. +- Auto detect system default encoding. - Compatible with Python 2.7-3.6. Instructions