From 4aeac4a9bab814de66c2067a8ad89b34f25efc17 Mon Sep 17 00:00:00 2001 From: Srikanth Chekuri Date: Wed, 25 Nov 2020 15:47:41 +0000 Subject: [PATCH] Update README.md (#214) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24996a419..420345f3d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ this repo and do an [editable install](https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs): ```sh -pip install -e ./ext/opentelemetry-ext-{integration} +pip install -e ./instrumentation/opentelemetry-instrumentation-{integration} ``` ## Contributing