File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ To see a full list of options use the `--help` flag:
1717
1818Options:
1919 --version Show version number [boolean]
20- -s, --starter Choose a starter [choices: "nextjs", "ts-mui- nextjs"]
20+ -s, --starter Choose a starter [choices: "nextjs", "ts-nextjs"]
2121 --help Show help [boolean]
2222```
2323
@@ -26,7 +26,7 @@ Options:
2626Use the ` --starter ` option for specifying a starter. Run the command with the ` --help ` flag to see a full list of available starters.
2727
2828``` txt
29- npx create-stackbit-app --starter ts-mui- nextjs
29+ npx create-stackbit-app --starter ts-nextjs
3030```
3131
3232If no starter option is provided, [ the default starter] ( https://github.com/stackbit-themes/nextjs-starter ) is used.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const starters = [
44 repoUrl : "https://github.com/stackbit-themes/nextjs-starter" ,
55 } ,
66 {
7- name : "ts-mui- nextjs" ,
7+ name : "ts-nextjs" ,
88 repoUrl : "https://github.com/stackbit-themes/ts-mui-nextjs-starter" ,
99 } ,
1010] ;
You can’t perform that action at this time.
0 commit comments