From c4a4af3fa5b7ef264be6d4bec2bcf483c3cacacd Mon Sep 17 00:00:00 2001 From: Ral G <39119258+ralongit@users.noreply.github.com> Date: Tue, 11 Jul 2023 10:23:44 +0300 Subject: [PATCH] small typos Co-authored-by: Miri Bar <37478344+mirii1994@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 874ff7b..0a296bb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ In case the logs failed to be sent to Logz.io after a couple of tries, they will pip install logzio-python-handler ``` -If you'd like to use [Trace context](#trace-context) then you need to install the OpenTelemetry logging instrumentation dependecy by running the following command: +If you'd like to use [Trace context](#trace-context), you need to install the OpenTelemetry logging instrumentation dependency by running the following command: ```bash pip install logzio-python-handler[opentelemetry-logging]