diff --git a/README.md b/README.md index 8be4d73..a042d48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ariaNotify-polyfill -Polyfill for the ARIA Notification API +Polyfill for the [ARIA Notification API](https://github.com/WICG/accessible-notifications/blob/main/README.md) The goal of this library is to polyfill `ariaNotify` so that it can be used seamlessly across browsers that support the native functionality, and those that don't. This adds the `Element.prototype.ariaNotify` function if it does not exist, emulating the native functionaltiy. @@ -32,15 +32,15 @@ button.ariaNotify("Saved") ## License -This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE.txt) for the full terms. +This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE) for the full terms. ## Maintainers -The @github/accessibiltiy and @github/primer teams maintain this library. +The @github/accessibility and @github/primer teams maintain this library. ## Support -This library is provided "as is". Please feel free to file issues we offer no time frame for correspondance or resolution of any issues. +This library is provided "as is". Please feel free to file issues; however, we offer no time frame for correspondence or resolution of any issues. ## Acknowledgement