Skip to content

Commit

Permalink
fix bullets formatting in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
petrfelzmann authored and brock8503 committed Feb 25, 2016
1 parent 2f8b704 commit 72d22cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 72d22cd

Please sign in to comment.