Skip to content

Commit

Permalink
fix: 📜 documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-software committed Nov 25, 2022
1 parent ec1582e commit bd1482e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit bd1482e

Please sign in to comment.