diff --git a/cli/README.md b/cli/README.md index 1402e751ce..c9544de68a 100644 --- a/cli/README.md +++ b/cli/README.md @@ -51,6 +51,7 @@ The _"T3 Stack"_ is a web development stack made by [Theo](https://twitter.com/t - [Tailwind CSS](https://tailwindcss.com) - [TypeScript](https://typescriptlang.org) - [Prisma](https://prisma.io) +- [Drizzle](https://orm.drizzle.team) - [NextAuth.js](https://next-auth.js.org) ### So... what is `create-t3-app`? A template? diff --git a/cli/template/base/README.md b/cli/template/base/README.md index fba19edacb..67943c7fb4 100644 --- a/cli/template/base/README.md +++ b/cli/template/base/README.md @@ -11,6 +11,7 @@ If you are not familiar with the different technologies used in this project, pl - [Next.js](https://nextjs.org) - [NextAuth.js](https://next-auth.js.org) - [Prisma](https://prisma.io) +- [Drizzle](https://orm.drizzle.team) - [Tailwind CSS](https://tailwindcss.com) - [tRPC](https://trpc.io)