From 813055b49c27bc0c31deb8086b34931884f8a250 Mon Sep 17 00:00:00 2001 From: Aram Limpens Date: Wed, 24 Apr 2024 09:06:45 +0200 Subject: [PATCH] Use correct casing for CSS, fix small typo --- packages/react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/README.md b/packages/react/README.md index 1c4c892c09..6e5c7ee3f2 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -42,7 +42,7 @@ export default App; For applications, the large text and ample white space of the theme can be counterproductive. That’s why there is a compact mode. -To use the compact mode, import the compact css **after** theme css, like so: +To use the compact mode, import the compact CSS **after** the theme CSS, like so: ```javascript import "@amsterdam/design-system-tokens/dist/index.css";