diff --git a/README.md b/README.md index 71a7038..60cf139 100644 --- a/README.md +++ b/README.md @@ -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" } ```