Skip to content

Commit 22ebfbe

Browse files
authored
update readme for beta (#90)
1 parent 1e328ca commit 22ebfbe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66

77
## Current Project Status
8-
This project currently lives in a pre-alpha status. Our current release is not production ready; it has been created in order to receive feedback from the community.
9-
108
For more information, please, consult the documentation of the main [OpenTelemetry php project](https://github.com/open-telemetry/opentelemetry-php).
119

1210
## Issues
@@ -15,17 +13,19 @@ Issues have been disabled for this repo in order to help main consistency betwee
1513

1614
## Installation
1715
### Install individual packages:
18-
(This is the recommened way to install the components)
19-
16+
(This is the recommended way to install the components)
2017

2118
Refer to the documentation for the individual components on how to install them
2219

23-
2420
- [AWS](/src/AWS/README.md)
2521
- [Symfony SdkBundle](/src/Symfony/OtelSdkBundle/README.md)
2622

2723
## Usage/Examples
2824

25+
### Auto-instrumentation
26+
Auto-instrumentation requires the [otel_instrumentation](https://github.com/open-telemetry/opentelemetry-php-instrumentation) PHP extension, and
27+
the installation of one or more packages from [src/Instrumentation](./src/Instrumentation)
28+
2929
### AWS
3030
- You can find examples on how to use the ASW classes in the [examples directory](/examples/aws/README.md).
3131

0 commit comments

Comments
 (0)