Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit adadd66

Browse files
author
Adam Kliment
committed
Update README.md
1 parent 48feb0c commit adadd66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ Note this cURL example is copied and pasted from [Apiary interactive API documen
4545

4646
[example]: http://docs.curltraceparser.apiary.io/#get-%2Fshopping-cart
4747

48-
## Exapmles
48+
## Examples
4949

50-
### `--raw` output foramt
50+
### `--raw` format
5151

5252
The output is ASCII representation of a raw [HTTP message][message] with few modifications:
5353

5454
- Request line begins with `> `
5555
- Response line begins with `< `
56-
- Request and response is delimited by CR+LF
56+
- Request and Response is delimited by CR+LF
5757
- Both Request and Response are terminated by an extra trailing LF
5858

5959
Note: This is little bit tricky because HTTP RFC does not have declared delimiter for Request and Response, for obvious reasons.
@@ -80,11 +80,11 @@ $ cat tracefile | curl-trace-parser --raw
8080
< { "status": "created", "url": "/shopping-cart/2" }
8181
```
8282
83-
### `--blueprint` output format
83+
### `--blueprint` format
8484
85-
The output is HTTP Request and Response in the [API blueprint format](http://apiblueprint.org)
85+
The output is HTTP Request and Response in the [API blueprint format](http://apiblueprint.org) which is the superset of markdown.
8686
87-
```bash
87+
```
8888
$ cat tracefile | ./bin/curl-trace-parser --blueprint
8989
# POST /shopping-cart
9090
+ Request

0 commit comments

Comments
 (0)