Skip to content

Commit e0ea732

Browse files
committed
fix(Currency Converter): tool description
1 parent 890c1f3 commit e0ea732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/currency-converter/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineTool } from '../tool';
44
export const tool = defineTool({
55
name: 'Currency Converter',
66
path: '/currency-converter',
7-
description: 'Convert currency values using ExchangeRate-API',
7+
description: 'Convert currency values using https://github.com/fawazahmed0/exchange-api',
88
keywords: ['currency', 'converter'],
99
component: () => import('./currency-converter.vue'),
1010
icon: Currency,

0 commit comments

Comments
 (0)