Skip to content

Commit

Permalink
docs(readme): fix content-types in labels [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Feb 25, 2016
1 parent b6328f2 commit 2bedcf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $response->body; // Parsed body
$response->raw_body; // Unparsed body
```

### JSON Requests *(multipart/json)*
### JSON Requests *(`application/json`)*

A JSON Request can be constructed using the `Unirest\Request\Body::Json` helper:

Expand Down Expand Up @@ -129,7 +129,7 @@ $response = Unirest\Request::post('http://mockbin.com/request', $headers, $body)
- `Content-Type` headers will be automatically set to `application/x-www-form-urlencoded`
- the final data array will be processed through [`http_build_query`](http://php.net/manual/en/function.http-build-query.php) with default values for arguments.

### Multipart Requests *(multipart/form-data)*
### Multipart Requests *(`multipart/form-data`)*

A Multipart Request can be constructed using the `Unirest\Request\Body::Multipart` helper:

Expand Down

0 comments on commit 2bedcf0

Please sign in to comment.