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.