Update src/tools/xml-to-json/index.ts

This commit is contained in:
Corentin THOMASSET 2024-08-09 22:03:30 +02:00 committed by GitHub
parent 31e280c6eb
commit dadd8fd528
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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