Skip to content

Commit c207881

Browse files
committed
feat: add project introduction
1 parent 766a19e commit c207881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://www.raycast.com/schemas/extension.json",
33
"name": "code-var",
44
"title": "CodeVar",
5-
"description": "Variable Naming Wizard",
5+
"description": "CodeVar is a variable naming tool for Raycast extensions powered by OpenAI's GPT-3.",
66
"icon": "command-icon.png",
77
"author": "ifyour",
88
"categories": [
@@ -13,7 +13,7 @@
1313
{
1414
"name": "index",
1515
"title": "CodeVar",
16-
"description": "Variable Naming Wizard",
16+
"description": "CodeVar is a variable naming tool for Raycast extensions powered by OpenAI's GPT-3.",
1717
"mode": "view"
1818
}
1919
],

0 commit comments

Comments
 (0)