Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
huashengdun committed Aug 10, 2019
1 parent 57c9a26 commit e174ca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e174ca8

Please sign in to comment.