mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 05:19:12 -04:00
Update src/tools/xml-to-json/index.ts
This commit is contained in:
parent
31e280c6eb
commit
dadd8fd528
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue