Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 5930d2f

Browse files
authored
typo: instrumentation-socket.io's README.md (#236)
Missing single quote in js snippet
1 parent 43e09a2 commit 5930d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/instrumentation-socket.io/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For further automatic instrumentation instruction see the [@opentelemetry/instru
1515
```js
1616
const { NodeTracerProvider } = require('@opentelemetry/sdk-trace-node');
1717
const { registerInstrumentations } = require('@opentelemetry/instrumentation');
18-
const { SocketIoInstrumentation } = require('opentelemetry-instrumentation-socket.io);
18+
const { SocketIoInstrumentation } = require('opentelemetry-instrumentation-socket.io');
1919

2020
registerInstrumentations({
2121
tracerProvider,

0 commit comments

Comments
 (0)