Skip to content

Commit

Permalink
typo in README
Browse files Browse the repository at this point in the history
Co-authored-by: Hector Hernandez <[email protected]>
  • Loading branch information
trentm and hectorhdzg authored Jun 24, 2024
1 parent 3d1c5da commit 7116e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-instrumentation-pino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const sdk = new NodeSDK({
sdk.start();

const pino = require('pino');
const logger = pino(});
const logger = pino();

logger.info('hi');
// 1. Log records will be sent to the SDK-registered log record processor, if any.
Expand Down

0 comments on commit 7116e6a

Please sign in to comment.