Skip to content

Commit

Permalink
Merge pull request #99 from remik/patch-1
Browse files Browse the repository at this point in the history
Fix doc - typo in "Authentication"
  • Loading branch information
rmccue committed Jan 27, 2014
2 parents 628533e + a6a9af5 commit 5052e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Note that POST/PUT can also take a data parameter, so you also need that
before `$options`:

```php
Requests::get('http://httpbin.org/basic-auth/user/password', array(), null, $options);
```
Requests::post('http://httpbin.org/basic-auth/user/password', array(), null, $options);
```

0 comments on commit 5052e11

Please sign in to comment.