From 88d11c1de2ba7328f09ab5099e4c26d1d347a2d6 Mon Sep 17 00:00:00 2001 From: advl <700@779.mx> Date: Thu, 26 Sep 2024 15:45:48 +0200 Subject: [PATCH] Added a mention of the double cjs/esm build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82de210f0..aaf535c65 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # React components for Vanilla Framework ![CI](https://github.com/canonical/react-components/workflows/CI/badge.svg?branch=main) -This is a collection of components designed to be the way to consume [Vanilla Framework](http://vanillaframework.io) when using React. +This is a collection of components designed to be the way to consume [Vanilla Framework](http://vanillaframework.io) when using React. The library exposes both a cjs and an esm build. **[Storybook](https://canonical.github.io/react-components/)** contains component docs with usage instructions.