Updated README

pull/83/head
Sheng 2019-08-10 14:48:58 +08:00
parent 57c9a264ea
commit e174ca8c34
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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