From e9ae7248365d646d26e0857ecf53541c7f93d0be Mon Sep 17 00:00:00 2001 From: tskorupka Date: Sat, 1 Feb 2025 18:46:30 +0100 Subject: [PATCH] chore(#14): Fix indentation in README.md Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com> Signed-off-by: tskorupka --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)