1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-04-19 01:02:08 +02:00

fix minor typo in README.md (three -> these) (#100)

I'm not sure if this is correct but is what it is intended to say but I believe you've listed more than 3 feature flags. I'm still a bit of a rust noob so maybe there's another way to count these and there actually are three.
This commit is contained in:
Joel 2023-03-08 02:08:55 +11:00 committed by GitHub
parent b3d8d43c60
commit 610465c5c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ tracing = "0.1"
actix-web = "4"
```
`tracing-actix-web` exposes three feature flags:
`tracing-actix-web` exposes these feature flags:
- `opentelemetry_0_13`: attach [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-rust)'s context to the root span using `opentelemetry` 0.13;
- `opentelemetry_0_14`: same as above but using `opentelemetry` 0.14;