diff --git a/package.json b/package.json index 8eacae9..2313bf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jabirdeveloper/material-symbols", - "version": "0.1.22", + "version": "0.1.23", "type": "module", "main": "dist/index.cjs.js", "module": "dist/index.es.js", diff --git a/readme.md b/readme.md index 295109a..230c65a 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Material Symbols for React Project -This is just a simple library to use Material Symbols in your React library. You can learn more about Material Symbols from this link: [https://fonts.google.com/icons.](https://fonts.google.com/icons.) This library also includes other libraries namely: [material-symbols](https://www.npmjs.com/package/material-symbols), [clsx](https://www.npmjs.com/package/clsx), and [tailwind-merge](https://www.npmjs.com/package/tailwind-merge). +This is just a simple library to use Material Symbols in your React project. You can learn more about Material Symbols from this link: [https://fonts.google.com/icons.](https://fonts.google.com/icons.) This library also includes other libraries namely: [material-symbols](https://www.npmjs.com/package/material-symbols), [clsx](https://www.npmjs.com/package/clsx), and [tailwind-merge](https://www.npmjs.com/package/tailwind-merge). # Installation