Skip to content

Commit 6f38815

Browse files
fix: update 'templated with' notice for new Bingo name
1 parent 72c7f04 commit 6f38815

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This table summarizes each block and which base levels they're included in:
4545
| release-it | `--exclude-release-it` | || 💯 |
4646
| Renovate | `--exclude-renovate` | | | 💯 |
4747
| Security Docs | `--exclude-security-docs` | ✔️ || 💯 |
48-
| Templated By Notice | `--exclude-templated-by-notice` | ✔️ || 💯 |
48+
| Templated With | `--exclude-templated-with` | ✔️ || 💯 |
4949
| TSup | `--exclude-tsup` | ✔️ || 💯 |
5050
| TypeScript | `--exclude-typescript` | ✔️ || 💯 |
5151
| Vitest | `--exclude-vitest` | || 💯 |

src/blocks/blockTemplatedWith.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { blockREADME } from "./blockREADME.js";
44

55
export const blockTemplatedWith = base.createBlock({
66
about: {
7-
name: "Templated By Notice",
7+
name: "Templated With",
88
},
99
produce() {
1010
return {
@@ -17,7 +17,7 @@ export const blockTemplatedWith = base.createBlock({
1717
`
1818
<!-- You can remove this notice if you don't want it 🙂 no worries! -->
1919
20-
> 💝 This package was templated with [\`create-typescript-app\`](https://github.com/JoshuaKGoldberg/create-typescript-app) using the [\`create\` engine](https://create.bingo).
20+
> 💝 This package was templated with [\`create-typescript-app\`](https://github.com/JoshuaKGoldberg/create-typescript-app) using the [Bingo engine](https://create.bingo).
2121
`,
2222
],
2323
}),

0 commit comments

Comments
 (0)