diff --git a/src/tools/xml-to-json/index.ts b/src/tools/xml-to-json/index.ts index b5898f52..6de7f504 100644 --- a/src/tools/xml-to-json/index.ts +++ b/src/tools/xml-to-json/index.ts @@ -2,7 +2,7 @@ import { Braces } from '@vicons/tabler'; import { defineTool } from '../tool'; export const tool = defineTool({ - name: 'XML to Json', + name: 'XML to JSON', path: '/xml-to-json', description: 'Convert XML to JSON', keywords: ['xml', 'json'],