diff --git a/README.md b/README.md index 09aa0711..cd12e7ba 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ npm install --save react-modal ## Usage +The Modal object has two required props: + +- `isOpen` to render its children. +- `contentLabel` to improve a11y, since `v1.6.0`. + +Example: + ```xml