diff --git a/README.md b/README.md index 4d8bc64..c4b51e8 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,12 @@ export const myBlockies = () => ( /> ) ``` + +# TypeScript +If you're working with TypeScript, add type definitions for this package installing `@types/react-blockies` + +```bash +npm install @types/react-blockies +// or +yarn add @types/react-blockies +```