Skip to content

Commit 3c7ba2c

Browse files
committed
Update docs [ci skip]
1 parent 3d30aa4 commit 3c7ba2c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
# Jaeger Bindings for PHP OpenTracing API
44

5-
This is a client-side library that can be used to instrument PHP apps for distributed trace collection, and to send those traces to Jaeger. See the [OpenTracing PHP API](https://github.com/opentracing/opentracing-php) for additional detail.
5+
This is a client-side library that can be used to instrument PHP apps for distributed trace collection,
6+
and to send those traces to Jaeger. See the [OpenTracing PHP API](https://github.com/opentracing/opentracing-php)
7+
for additional detail.
68

79
## Contributing and Developing
810

911
Please see [CONTRIBUTING.md](./CONTRIBUTING.md).
1012

1113
## Installation
1214

13-
```json
14-
{
15-
"require": {
16-
"jonahgeorge/jaeger-client-php": "0.3.0"
17-
}
18-
}
15+
Install [Composer](https://getcomposer.org) in a common location or in your project. Then run the installer as follows:
16+
17+
```bash
18+
php composer.phar require jonahgeorge/jaeger-client-php
1919
```
2020

2121
## Getting Started
@@ -54,7 +54,6 @@ Tests are located in the `tests` directory. See [tests/README.md](./tests/README
5454

5555
## Roadmap
5656

57-
- [Support Span logging](https://github.com/jonahgeorge/jaeger-client-php/issues/1)
5857
- [Support Span baggage](https://github.com/jonahgeorge/jaeger-client-php/issues/5)
5958
- [Support PHP Version 5.6](https://github.com/jonahgeorge/jaeger-client-php/issues/11)
6059
- [Support Tracer metrics](https://github.com/jonahgeorge/jaeger-client-php/issues/12)

0 commit comments

Comments
 (0)