Skip to content

Commit 180ba98

Browse files
committed
Update SdkBundle Readme to reflect new contrib-sdk-bundle package
1 parent 3839f76 commit 180ba98

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

src/Symfony/OtelSdkBundle/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,18 @@ Take a look at the documentation of the [PHP library](https://github.com/open-t
5151

5252
### 2.2. Install the Bundle
5353

54-
For now the bundle is only installable as part of the OpenTelemetry [opentelemetry-php-contrib](https://github.com/open-telemetry/opentelemetry-php-contrib)
55-
package.
56-
57-
The recommended way to install the library is through [Composer](http://getcomposer.org):
58-
59-
1. Install the composer package using [Composer's installation instructions](https://getcomposer.org/doc/00-intromd#installation-linux-unix-macos).
60-
61-
2. Add
54+
1. Add
6255
```bash
6356
"minimum-stability": "dev",
6457
"prefer-stable": true,
6558
```
6659

6760
To your project's `composer.json` file, as this utility has not reached a stable release status yet.
6861

69-
3. Install the package with composer:
62+
2. Install the package with composer:
7063

7164
```bash
72-
$ composer require open-telemetry/opentelemetry-php-contrib
65+
$ composer require open-telemetry/contrib-sdk-bundle
7366
```
7467

7568

0 commit comments

Comments
 (0)