fix bullets formatting in documentation

This commit is contained in:
Petr Felzmann 2016-01-29 20:10:18 +01:00
parent 30b35644f6
commit 0169f31feb

View file

@ -213,6 +213,7 @@ proxyURL = [<proxyScheme>"://"]<proxyHost>[":"<proxyPort>]
```
For example:
* `http=foopy:80;ftp=foopy2` - Use HTTP proxy `foopy:80` for `http://` URLs, and
HTTP proxy `foopy2:80` for `ftp://` URLs.
* `foopy:80` - Use HTTP proxy `foopy:80` for all URLs.