Skip to content

Commit

Permalink
fix: gitub -> github (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Nov 6, 2024
1 parent a48717d commit 7faa6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const locales = {
},
en: {
libRepo: "https://gitee.com/lc-soft/LCUI.git",
templateRepo: "https://gitub.com/lcui-dev/lcui-quick-start.git",
templateRepo: "https://github.com/lcui-dev/lcui-quick-start.git",
message: {
projectExists: "The project directory already exists",
downloading: (url) => `Downloading project template: ${url}`,
Expand Down

0 comments on commit 7faa6a4

Please sign in to comment.