File tree 2 files changed +3
-3
lines changed
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:
17
17
18
18
Options:
19
19
--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"]
21
21
--help Show help [boolean]
22
22
```
23
23
@@ -26,7 +26,7 @@ Options:
26
26
Use the ` --starter ` option for specifying a starter. Run the command with the ` --help ` flag to see a full list of available starters.
27
27
28
28
``` txt
29
- npx create-stackbit-app --starter ts-mui- nextjs
29
+ npx create-stackbit-app --starter ts-nextjs
30
30
```
31
31
32
32
If 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 = [
4
4
repoUrl : "https://github.com/stackbit-themes/nextjs-starter" ,
5
5
} ,
6
6
{
7
- name : "ts-mui- nextjs" ,
7
+ name : "ts-nextjs" ,
8
8
repoUrl : "https://github.com/stackbit-themes/ts-mui-nextjs-starter" ,
9
9
} ,
10
10
] ;
You can’t perform that action at this time.
0 commit comments