Skip to content

Commit 8fab512

Browse files
authored
Update src/tools/markdown-to-html/index.ts
1 parent 1b2ce73 commit 8fab512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/markdown-to-html/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import { Markdown } from '@vicons/tabler';
22
import { defineTool } from '../tool';
33

44
export const tool = defineTool({
5-
name: 'Markdown to Html',
5+
name: 'Markdown to HTML',
66
path: '/markdown-to-html',
77
description: 'Convert Markdown to Html and allow to print (as PDF)',
88
keywords: ['markdown', 'html', 'converter', 'pdf'],
99
component: () => import('./markdown-to-html.vue'),
1010
icon: Markdown,
11-
createdAt: new Date('2024-08-15'),
11+
createdAt: new Date('2024-08-25'),
1212
});

0 commit comments

Comments
 (0)