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