diff --git a/README.md b/README.md index 5530850001844..36cca6c883a39 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,7 @@ A11ySpeak( "The message you want to send to the ARIA live region" ); // For assertive messages that should interrupt what screen readers are currently announcing. A11ySpeak( "The message you want to send to the ARIA live region", "assertive" ); ``` + +## Browser support + +IE9+ and all modern browsers.