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'],