From bd1482eefefb318629becc583a118dfa7871ac12 Mon Sep 17 00:00:00 2001 From: Ed Jones <8016457+ed-jones@users.noreply.github.com> Date: Fri, 25 Nov 2022 16:25:07 +1100 Subject: [PATCH] fix: :scroll: documentation updates --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c7131e..0cf9fea 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Install with npm Import ```typescript +import 'react-material-symbols/dist/style.css' // Include in the root file of your app import Icon from 'react-material-symbols' ``` diff --git a/package.json b/package.json index 8318fd5..1bed146 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "vite": "^3.2.3", "vite-plugin-dts": "^1.7.1" }, - "description": "A minimalist package for adding [Material Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols) to any React project.", + "description": "A minimalist package for adding Material Symbols to any React project.", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": {