Skip to content

Commit 7faa6a4

Browse files
committed
fix: gitub -> github (#31)
1 parent a48717d commit 7faa6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const locales = {
2323
},
2424
en: {
2525
libRepo: "https://gitee.com/lc-soft/LCUI.git",
26-
templateRepo: "https://gitub.com/lcui-dev/lcui-quick-start.git",
26+
templateRepo: "https://github.com/lcui-dev/lcui-quick-start.git",
2727
message: {
2828
projectExists: "The project directory already exists",
2929
downloading: (url) => `Downloading project template: ${url}`,

0 commit comments

Comments
 (0)