From c76ddeac927fa4ce9ce4844a6213cb9392a55c03 Mon Sep 17 00:00:00 2001 From: Adrian Brunton Date: Wed, 4 Oct 2023 09:46:00 +0100 Subject: [PATCH] docs(readme): Correct casing of @sage scope --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e1f1269..87767462 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ To make use of the css variables, import them into your code like so: ```css /* Inside css */ -@import "~@Sage/design-tokens/css/.css"; +@import "~@sage/design-tokens/css/.css"; ``` ```js // For projects where you can import css files into JS -import "@Sage/design-tokens/css/.css"; +import "@sage/design-tokens/css/.css"; ``` This will add the variables to the root element of the page.