From 0ec3e85e05bcc2a4f24aefb05603f1d256daa4ef Mon Sep 17 00:00:00 2001 From: James Acklin Date: Thu, 7 Oct 2021 11:11:47 -0400 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 040e6df..e2b82d5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Urbit Developers Portal -Uses [Next.js](https://nextjs.org/docs) and [MDX](https://mdxjs.com/) with [remark](https://unifiedjs.com/explore/package/remark/) and [Tailwind CSS](https://tailwindcss.com/docs) +Uses [Next.js](https://nextjs.org/docs) with [remark](https://unifiedjs.com/explore/package/remark/) and [Tailwind CSS](https://tailwindcss.com/docs) To develop locally: ``` yarn install -yarn dev:watch +yarn dev ```