From b9c92b13fad277441652b28ec79ee4f25929667f Mon Sep 17 00:00:00 2001 From: Mayur Kale Date: Tue, 19 Nov 2019 12:30:50 -0800 Subject: [PATCH] chore: fix minor typo --- packages/opentelemetry-plugin-redis/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/opentelemetry-plugin-redis/README.md b/packages/opentelemetry-plugin-redis/README.md index 266435a421..9c0a44ef44 100644 --- a/packages/opentelemetry-plugin-redis/README.md +++ b/packages/opentelemetry-plugin-redis/README.md @@ -16,11 +16,11 @@ npm install --save @opentelemetry/plugin-redis ``` ### Supported Versions - - `>=2.6.0` + - `>=2.6.0` ## Usage -OptenTelemetry Redis Instrumentation allows the user to automatically collect trace data and export them to the backend of choice, to give observability to distributed systems when working with [redis](https://www.npmjs.com/package/redis). +OpenTelemetry Redis Instrumentation allows the user to automatically collect trace data and export them to the backend of choice, to give observability to distributed systems when working with [redis](https://www.npmjs.com/package/redis). To load a specific plugin (**redis** in this case), specify it in the Node Tracer's configuration ```js