Skip to content

Commit

Permalink
docs: update peerDeps (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzmp authored Aug 11, 2022
1 parent 6f0591a commit cdbfff0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit cdbfff0

@vercel
Copy link

@vercel vercel bot commented on cdbfff0 Aug 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

widgets – ./

widgets-seven-tau.vercel.app
widgets-uniswap.vercel.app
widgets-git-main-uniswap.vercel.app

Please sign in to comment.