Skip to content

Commit 2cc8875

Browse files
authored
Update src/Propagation/Instana/README.md
1 parent 9fd6c4a commit 2cc8875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Propagation/Instana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Both of the above have extract and inject methods available to extract and injec
3131
For Baggage propagation, use opentelemetry's MultiTextMapPropagator, and pass the array list of propagators i.e Instana and Baggage propagator as below.
3232

3333
```
34-
$propagator = new MultiTextMapPropagator(InstanaPropagator::getInstance(), BaggagePropagator::getInstance());
34+
$propagator = new MultiTextMapPropagator([InstanaPropagator::getInstance(), BaggagePropagator::getInstance()]);
3535
```
3636

3737
## Propagator Details

0 commit comments

Comments
 (0)