diff --git a/src/OpenTelemetry/README.md b/src/OpenTelemetry/README.md index b7a7aa67dc7..8715cf5e57b 100644 --- a/src/OpenTelemetry/README.md +++ b/src/OpenTelemetry/README.md @@ -249,10 +249,10 @@ It is also to configure the resource by using `AddEnvironmentVariableDetector` together with following environmental variables: -| Environment variable | Description | -| ------------------------ | ------------------------------------------------- | -| OTEL_RESOURCE_ATTRIBUTES | Key-value pairs to be used as resource attributes. | -| OTEL_SERVICE_NAME | Sets the value of the `service.name` resource attribute. If `service.name` is also provided in `OTEL_RESOURCE_ATTRIBUTES`, then `OTEL_SERVICE_NAME` takes precedence. | +| Environment variable | Description | +| -------------------------- | ------------------------------------------------- | +| `OTEL_RESOURCE_ATTRIBUTES` | Key-value pairs to be used as resource attributes. | +| `OTEL_SERVICE_NAME` | Sets the value of the `service.name` resource attribute. If `service.name` is also provided in `OTEL_RESOURCE_ATTRIBUTES`, then `OTEL_SERVICE_NAME` takes precedence. | ### Sampler