Skip to content

Commit 05d5135

Browse files
committed
chore: other renaming
1 parent 20bb442 commit 05d5135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/create-vite/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,13 +275,13 @@ const FRAMEWORKS: Framework[] = [
275275
variants: [
276276
{
277277
name: 'create-vite-extra',
278-
display: 'create-vite-extra ↗',
278+
display: 'Extra Vite Starters ↗',
279279
color: reset,
280280
customCommand: 'npm create vite-extra@latest TARGET_DIR',
281281
},
282282
{
283283
name: 'create-electron-vite',
284-
display: 'create-electron-vite ↗',
284+
display: 'Electron ↗',
285285
color: reset,
286286
customCommand: 'npm create electron-vite@latest TARGET_DIR',
287287
},

0 commit comments

Comments
 (0)