From bbcb36a87dcd74021bddf158ad58601066b0ceb7 Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Fri, 9 Aug 2024 22:03:35 +0200 Subject: [PATCH] Update src/tools/json-to-xml/index.ts --- src/tools/json-to-xml/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/json-to-xml/index.ts b/src/tools/json-to-xml/index.ts index 79289cb7..f72252ab 100644 --- a/src/tools/json-to-xml/index.ts +++ b/src/tools/json-to-xml/index.ts @@ -2,7 +2,7 @@ import { Braces } from '@vicons/tabler'; import { defineTool } from '../tool'; export const tool = defineTool({ - name: 'Json to XML', + name: 'JSON to XML', path: '/json-to-xml', description: 'Convert JSON to XML', keywords: ['json', 'xml'],