Skip to content

Commit

Permalink
Small doumentation change for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
catharsisjelly committed May 5, 2015
1 parent 88a4cad commit e1ca274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cookie_jar.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

// Now let's make a request!
$request = Requests::get(
'http://httpbin.org/cookies', //url
'http://httpbin.org/cookies', // Url
[], // No need to set the headers the Jar does this for us
['cookies' => $c] // Pass in the Jar as an option
);
Expand Down

0 comments on commit e1ca274

Please sign in to comment.