Skip to content

Commit e174ca8

Browse files
committed
Updated README
1 parent 57c9a26 commit e174ca8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ Custom font family usage example:
121121

122122
Support passing arguments by url (query or fragment) like following examples:
123123

124-
Passing form data
124+
Passing form data (password must be encoded in base64)
125125
```bash
126-
http://localhost:8888/?hostname=xx&username=yy
126+
http://localhost:8888/?hostname=xx&username=yy&password=str_base64_encoded
127127
```
128128

129129
Passing a terminal background color

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ URL Arguments
130130
Support passing arguments by url (query or fragment) like following
131131
examples:
132132

133-
Passing form data
133+
Passing form data (password must be encoded in base64)
134134

135135
.. code:: bash
136136
137-
http://localhost:8888/?hostname=xx&username=yy
137+
http://localhost:8888/?hostname=xx&username=yy&password=str_base64_encoded
138138
139139
Passing a terminal background color
140140

0 commit comments

Comments
 (0)