Skip to content

Commit

Permalink
Merge pull request Alamofire#208 from segiddins/readme-curl-bash-lang
Browse files Browse the repository at this point in the history
[README] Annotate cURL example so it gets syntax highlighting
  • Loading branch information
mattt committed Nov 13, 2014
2 parents d7f07d1 + 72bd3a0 commit 7339768
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 @@ -375,7 +375,7 @@ debugPrintln(request)

#### Output (cURL)

```
```bash
$ curl -i \
-H "User-Agent: Alamofire" \
-H "Accept-Encoding: Accept-Encoding: gzip;q=1.0,compress;q=0.5" \
Expand Down

0 comments on commit 7339768

Please sign in to comment.