From a9fdd4f8e515bbff0ea502d08ccabbf11f72c8c7 Mon Sep 17 00:00:00 2001 From: Aidan <104831665+aidanCQ@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:14:04 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ded3585..dec229e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # quantinuum-ui Quantinuum design tokens and React components. -Based on [shadcn](https://ui.shadcn.com/), an opinionated tailwind / radix-ui theme. Shadcn isn't a direct dependency but has a CLI tool to generate components into this repo based on `components.json`. +Based on [shadcn](https://ui.shadcn.com/), an opinionated tailwind theme and radix-ui component generator. Shadcn isn't a direct dependency but has a CLI tool to generate components into this repo based on `components.json`. ### Development ```bash npm run dev # Run storybook application to view components. npm run build-storybook # Build storybook application as static HTML. -npm run build-lib # Build component library with rollup +npm run build-lib # Build component library with rollup. ``` ### Design Tokens