From a4bcc47a09ac5f3edd46497e3fc0dc2fc8fd2f43 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Thu, 19 Dec 2024 19:44:58 -0500 Subject: [PATCH] docs: mention TooTallNate in create/README.md --- cspell.json | 2 +- packages/create/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index b2c09fcd..a930957f 100644 --- a/cspell.json +++ b/cspell.json @@ -11,5 +11,5 @@ "packages/site/src/content", "pnpm-lock.yaml" ], - "words": ["astrojs", "tsconfigs", "tseslint"] + "words": ["astrojs", "Rajlich", "tsconfigs", "tseslint"] } diff --git a/packages/create/README.md b/packages/create/README.md index ae2bbdae..50270cf7 100644 --- a/packages/create/README.md +++ b/packages/create/README.md @@ -32,3 +32,5 @@ At the moment, it's being developed as an MVP to replace the internals of [creat See [FAQs > How do I use `create`?](./faqs#how-do-i-use-create). > 💙 This package was templated with [`create-typescript-app`](https://github.com/JoshuaKGoldberg/create-typescript-app). + +> Special thanks to [Nathan Rajlich](https://n8.io) for granting use of the `create` package name. 🙏