diff --git a/README.md b/README.md index 40f8c3b..8215ca2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Example: const FastifyOtelInstrumentation = require('@fastify/otel'); // If serverName is not provided, it will fallback to OTEL_SERVICE_NAME -// as per https://opentelemetry.io/docs/languages/sdk-configuration/general/. +// as per https://opentelemetry.io/docs/languages/sdk-configuration/general/. const fastifyOtelInstrumentation = new FastifyOtelInstrumentation({ serverName: '' }); fastifyOtelInstrumentation.setTraceProvider(provider)