From 6b7b73b9c9d206ae25739cc1f6e025d98c3526c9 Mon Sep 17 00:00:00 2001 From: Benjamin Lindberg <95551073+BenjaminLindberg@users.noreply.github.com> Date: Thu, 7 Mar 2024 00:16:55 +0100 Subject: [PATCH] Add "js" to codeblock in documentation Signed-off-by: Benjamin Lindberg <95551073+BenjaminLindberg@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c32311..6e1af48 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ You can add custom JavaScript and CSS to the Swagger UI web page by using the th It's possible to override the logo displayed in the top bar by specifying: -``` +```js await fastify.register(require('@fastify/swagger-ui'), { logo: { type: 'image/png',