From 4e7427be0213630ea0b0fa999a03c6b95c05fc1b Mon Sep 17 00:00:00 2001 From: James Kim Date: Thu, 2 Nov 2023 16:52:44 -0400 Subject: [PATCH] update readme with peer deps --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1e6e10e..6fb71ca5 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ A design system for ENS built with React and styled-components. To install this package using npm: ```bash -npm install @ensdomains/thorin +npm install @ensdomains/thorin styled-components react-transition-state ``` To install this package using yarn: ```bash -yarn add @ensdomains/thorin +yarn add @ensdomains/thorin styled-components react-transition-state ``` Checkout the project's [playroom](https://thorin.ens.domains/playroom) to preview the components in a live online environment.