Skip to content

Commit

Permalink
docs: fix instrumentation-graphql package name in documentation (#4723)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnPierre authored May 22, 2024
1 parent 2d86717 commit 4e778b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-sdk-trace-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ npm install --save @opentelemetry/sdk-trace-node
# Install instrumentation plugins
npm install --save @opentelemetry/instrumentation-http
# and for example one additional
npm install --save instrumentation-graphql
npm install --save @opentelemetry/instrumentation-graphql
```

## Usage
Expand Down

0 comments on commit 4e778b1

Please sign in to comment.