Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardxiao committed Jan 15, 2022
1 parent 2910e5e commit 3813de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ import 'react-inputs-validation/lib/react-inputs-validation.min.css';
##### Make sure you have at least ```react@16.8.6``` installed.
```js
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
"react": ">= 16.8.6",
"react-dom": ">= 16.8.6"
}
```

Expand Down

0 comments on commit 3813de5

Please sign in to comment.