From 67c299cf04422de3e641dca4902ab60cb7dda388 Mon Sep 17 00:00:00 2001 From: Daniel Imfeld Date: Sun, 7 Jan 2024 17:13:03 -1000 Subject: [PATCH] Fix readme typo (#193) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59c421d9b..f9bd09131 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The projects aims to simplify building highly interactive and visual applications. It provides over 200 components, actions, stores, and utils, with many more planned. -The components are built using Tailwind with extensibility and customization in mind through the use of theming, variants, granule class overrides, and slots. A rich design token system is also currently in the works. +The components are built using Tailwind with extensibility and customization in mind through the use of theming, variants, granular class overrides, and slots. A rich design token system is also currently in the works. See also the companion library [LayerChart](https://layerchart.com) for a large collection of composable chart components to build a wide range of visualizations.