From 7788df0b6b0f14d9ae9daf5bd65554cfa4a9ac5c Mon Sep 17 00:00:00 2001 From: shadcn Date: Mon, 7 Nov 2022 13:19:47 +0400 Subject: [PATCH] docs: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30fc1cb..9c3305d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ A few people have asked me to turn this into a starter. I think we could do that > **Warning** > This app is a work in progress. I'm building this in public. You can follow the progress on Twitter [@shadcn](https://twitter.com). -- [x] Add MDX support for basic pages. +- [x] ~Add MDX support for basic pages.~ - [ ] Responsive styles. - [ ] Subscriptions using Stripe. - [ ] Add Media Library. @@ -54,7 +54,7 @@ A few people have asked me to turn this into a starter. I think we could do that A list of things not working right now: -1. GitHub authentication (use email) +1. ~GitHub authentication (use email)~ 2. [Prisma: Error: ENOENT: no such file or directory, open '/var/task/.next/server/chunks/schema.prisma'](https://github.com/prisma/prisma/issues/16117) 3. [Next.js 13: Client side navigation does not update head](https://github.com/vercel/next.js/issues/42414)