Skip to content

Commit

Permalink
chore: fix minor typo (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 authored Nov 20, 2019
1 parent e8abddb commit 290eec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/opentelemetry-plugin-redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 290eec0

Please sign in to comment.