From cdbfff0ddef19551e0caa532f95923a7925962bf Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Thu, 11 Aug 2022 13:56:10 -0700 Subject: [PATCH] docs: update peerDeps (#136) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5affd3e21..6ff478c9a 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ You can customize the theme (colors, fonts, border radius, and more) to match th ## Installation -Install the widgets library via `npm` or `yarn`. If you do not already use the widget's peerDependencies `redux` and `react-redux`, then you'll need to add them as well. +Install the widgets library via `npm` or `yarn`. If you do not already use the widget's peerDependencies `redux`, `react-redux`, and `styled-components`, then you'll need to add them as well. ```js -yarn add @uniswap/widgets redux react-redux +yarn add @uniswap/widgets redux react-redux styled-components ``` ```js -npm i --save @uniswap/widgets redux react-redux +npm i --save @uniswap/widgets redux react-redux styled-components ``` ## Documentation