Skip to content

Commit 82fec32

Browse files
committed
Rename ts-mui-nextjs to ts-nextjs
1 parent 62eba5b commit 82fec32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To see a full list of options use the `--help` flag:
1717
1818
Options:
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:
2626
Use 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

3232
If no starter option is provided, [the default starter](https://github.com/stackbit-themes/nextjs-starter) is used.

config.js

+1-1
Original file line numberDiff line numberDiff 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
];

0 commit comments

Comments
 (0)