From e174ca8c343c7399dbe8a422c227a789e51d7aba Mon Sep 17 00:00:00 2001 From: Sheng Date: Sat, 10 Aug 2019 14:48:58 +0800 Subject: [PATCH] Updated README --- README.md | 4 ++-- README.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00fa9eef..4256f960 100644 --- a/README.md +++ b/README.md @@ -121,9 +121,9 @@ Custom font family usage example: Support passing arguments by url (query or fragment) like following examples: -Passing form data +Passing form data (password must be encoded in base64) ```bash -http://localhost:8888/?hostname=xx&username=yy +http://localhost:8888/?hostname=xx&username=yy&password=str_base64_encoded ``` Passing a terminal background color diff --git a/README.rst b/README.rst index 7d9dfd56..04d36b38 100644 --- a/README.rst +++ b/README.rst @@ -130,11 +130,11 @@ URL Arguments Support passing arguments by url (query or fragment) like following examples: -Passing form data +Passing form data (password must be encoded in base64) .. code:: bash - http://localhost:8888/?hostname=xx&username=yy + http://localhost:8888/?hostname=xx&username=yy&password=str_base64_encoded Passing a terminal background color