Browse Source

Merge pull request #126 from StoneCypher/master

removes doubled repl prompt
pull/130/head
Chandrashekhar Mullaparthi 10 years ago
parent
commit
04566c7001
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -263,7 +263,7 @@ Example of a `TRACE` request. Very interesting! yaws.hyber.org didn't
support this. Nor did www.google.com. But good old BBC supports this:
```erlang
35> 37> ibrowse:send_req("http://www.bbc.co.uk/", [], trace, [],
37> ibrowse:send_req("http://www.bbc.co.uk/", [], trace, [],
[{proxy_user, "XXXXX"},
{proxy_password, "XXXXX"},
{proxy_host, "proxy"},

Loading…
Cancel
Save