mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-03 13:53:37 +03:00
Fix typo in README
This commit is contained in:
parent
fcbc4ace69
commit
f2abff712b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue