Skip to content

Commit

Permalink
fix: markdown linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mwear committed Oct 13, 2020
1 parent 528f895 commit 637fb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/opentelemetry-propagator-b3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ implementations for systems using the b3 context format. See the

Single-Header Format:

```
```bash
b3: {TraceId}-{SpanId}-{SamplingState}-{ParentSpanId}
```

Multi-Header Format:

```
```bash
X-B3-TraceId: {TraceId}
X-B3-SpanId: {SpanId}
X-B3-ParentSpanId: {ParentSpanId}
Expand Down

0 comments on commit 637fb80

Please sign in to comment.