Skip to content

Commit

Permalink
Merge pull request #306 from ctjhoa/master
Browse files Browse the repository at this point in the history
docs(readme): Make the README client example work
  • Loading branch information
reem committed Feb 10, 2015
2 parents e6cae3c + b5a6175 commit 3e951c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fn main() {
let mut client = Client::new();

// Creating an outgoing request.
let res = client.get("http://www.gooogle.com/")
let mut res = client.get("http://www.gooogle.com/")
// set a header
.header(Connection(vec![Close]))
// let 'er go!
Expand Down

0 comments on commit 3e951c9

Please sign in to comment.