From 7c6f5866f8e3e893dc2fedb975a999a0608033d7 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Fri, 20 Mar 2020 14:58:27 -0700 Subject: [PATCH] Remove --pre from OT plugin guidance (#10416) --- sdk/core/azure-core-tracing-opentelemetry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/core/azure-core-tracing-opentelemetry/README.md b/sdk/core/azure-core-tracing-opentelemetry/README.md index 65e352643fbd..03c4d171dc96 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/README.md +++ b/sdk/core/azure-core-tracing-opentelemetry/README.md @@ -7,7 +7,7 @@ Install the opentelemetry python for Python with [pip](https://pypi.org/project/pip/): ```bash -pip install azure-core-tracing-opentelemetry --pre +pip install azure-core-tracing-opentelemetry ``` Now you can use opentelemetry for Python as usual with any SDKs that are compatible