Skip to content

Commit 489a5d1

Browse files
author
lalshe
committed
A bit more clear formatting for readme
1 parent c23091b commit 489a5d1

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
21
# PHP OpenTracing API using Jaeger
32

4-
53
## Installation
64

7-
```
5+
```bash
86
composer require code-tool/jaeger-client-php
97
```
108

119
## Getting Started
1210

13-
It is strictly advised to use any form of DI container (e.g. [Symfony](https://github.com/code-tool/jaeger-client-symfony-bridge)).
14-
```$xslt
11+
It is strictly advised to use any form of DI container (e.g. [Symfony Bundle](https://github.com/code-tool/jaeger-client-symfony-bridge)).
12+
13+
```php
1514
<?php
1615

1716
$span = $tracer->start('Parent Operation Name', [new StringTag('test.tag', 'Hello world in parent')]);

0 commit comments

Comments
 (0)