From 97d9b53645ea083a15ccedd2c4fa6395b29ec498 Mon Sep 17 00:00:00 2001 From: Moses Maximino Cosme II <50815816+mosesintech@users.noreply.github.com> Date: Mon, 12 Feb 2024 02:06:14 -0600 Subject: [PATCH] docs: add drizzle to README in template (#1757) --- cli/README.md | 1 + cli/template/base/README.md | 1 + 2 files changed, 2 insertions(+) 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)