Update README.md

This commit is contained in:
syeopite 2021-05-22 05:59:28 -07:00 committed by GitHub
parent 9ed02b7187
commit 91b9f64daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# [WIP] Quic proxy built in Python for the Invidious project.
##Usage
## Usage
All requests is done through POST. A data content of
<br>
```sh
@ -16,4 +17,4 @@ The port and address can be changed in config.toml, located in the default OS co
```toml
host = "0.0.0.0"
port = 7192
```
```