From 6d04ee5a6467bbaa22b0599c7e07e86680e096a0 Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Wed, 5 Feb 2020 00:57:29 -0600 Subject: [PATCH] Update examples/auto_instrumentation/README.md Co-Authored-By: alrex --- examples/auto_instrumentation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/auto_instrumentation/README.md b/examples/auto_instrumentation/README.md index 63cfc71e906..b575182b5b5 100644 --- a/examples/auto_instrumentation/README.md +++ b/examples/auto_instrumentation/README.md @@ -20,7 +20,7 @@ $ source auto_instrumentation/bin/activate ```sh $ pip3 install -e opentelemetry-api $ pip3 install -e opentelemetry-sdk -$ pip3 install -e ext/opentelemetry-flask +$ pip3 install -e ext/opentelemetry-ext-flask $ pip3 install flask $ pip3 install requests ```