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

This commit is contained in:
Corentin THOMASSET 2024-08-09 22:03:35 +02:00 committed by GitHub
parent dadd8fd528
commit bbcb36a87d
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: 'Json to XML',
name: 'JSON to XML',
path: '/json-to-xml',
description: 'Convert JSON to XML',
keywords: ['json', 'xml'],