Fix typo in README

This commit is contained in:
klzgrad 2019-04-14 22:47:44 +08:00 committed by GitHub
parent fcbc4ace69
commit f2abff712b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ forwardproxy {
and `./naive` with the following `config.json`:
```json
{
"listen": "http:/127.0.0.1:8080",
"listen": "http://127.0.0.1:8080",
"padding": true
}
```