Update README.md (#1704)

The readme lists the url below with uppercase L
@import ('~lucide-static/font/Lucide.css');

but the file in node_modules/lucide-static/font has a lowercase L making it fail on certain loaders like the one used by Storybook on MacOS.

The fix is simply to use lowercase
This commit is contained in:
Gionata Mettifogo
2023-11-28 21:00:46 +01:00
committed by GitHub
parent 27c0a136cd
commit e5ee997566

View File

@@ -135,7 +135,7 @@ and update the svg as follows
### Icon Font ### Icon Font
```css ```css
@import ('~lucide-static/font/Lucide.css'); @import ('~lucide-static/font/lucide.css');
``` ```
```html ```html