diff --git a/plugins/node/opentelemetry-instrumentation-express/README.md b/plugins/node/opentelemetry-instrumentation-express/README.md index ae2d75749b..2a9404d9ad 100644 --- a/plugins/node/opentelemetry-instrumentation-express/README.md +++ b/plugins/node/opentelemetry-instrumentation-express/README.md @@ -12,7 +12,7 @@ For automatic instrumentation see the ## Installation -This instrumentation relies on HTTP calls to also be instrumented. Make sure you install and enable both. +This instrumentation relies on HTTP calls to also be instrumented. Make sure you install and enable both, otherwise you will not see any spans being exported from the instrumentation. ```bash npm install --save @opentelemetry/instrumentation-http @opentelemetry/instrumentation-express