From a5814402f4b754cb68fbcfbf1b924efcac195fbb Mon Sep 17 00:00:00 2001 From: Matthew <22198949+MafewTM@users.noreply.github.com> Date: Fri, 27 Sep 2024 00:16:23 -0400 Subject: [PATCH] chore(readme) updated to reflect new ui --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f608d3..fb68f2e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # m_loading -Just a simple React Typescript loading screen utilizing Mantine UI +Just a simple React Typescript loading screen utilizing shadcn/ui and tailwind ## How to build ``` -cd ./web +cd web pnpm i pnpm build ```