diff --git a/README.md b/README.md index fdaa972..a2f3a54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -Creating accessible web applications is difficult. It gets even harder if you don't understand how users with disabilities use computers. +Creating accessible web applications is difficult. It gets even harder if you don't understand how people with disabilities use computers. -With ARIA DevTools you can see your website the way screen readers present it to the blind users. All page elements are presented according to their explicit or implied ARIA roles. This includes headings, images, tables and form items beyond others. +With ARIA DevTools you see your website the way screen readers present it to the blind users. All page elements are presented according to their explicit or implied ARIA roles. This includes headings, images, tables and form items beyond others. It's now easy to spot missing ARIA labels, misused ARIA roles, and incomplete keyboard support. This makes testing and development of accessible websites easier. @@ -13,7 +13,7 @@ Install the extension, open your website and click the icon. ## Contributing -I highly appreciate all pull requests and raised issues. +I highly appreciate all pull requests and raised issues. You can also help by sharing this extension with your friends on Twitter and starring this repository. ### Prerequisites 1. NodeJS (e.g. 10.15.1) @@ -35,4 +35,4 @@ page to load unpacked extensions. The build result can be found in the `extension` directory. ## License -MIT \ No newline at end of file +MIT