Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrunet committed Jun 22, 2023
1 parent fc80a7c commit 7495cec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"Preprocess",
"preprocessors",
"Preprocessors",
"Tarket",
"testcase",
"testcases",
"testrunner",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The [wiki](https://github.com/IBMa/equal-access/wiki) contains overview informat

## Usage

The tools that have been deployed to the various stores and NPM so they can be easily downloaded and installed:
The tools have been deployed to the various stores and NPM so they can be easily downloaded and installed:

* [Chrome accessibility-checker-extension](https://chrome.google.com/webstore/detail/ibm-equal-access-accessib/lkcagbfjnkomcinoddgooolagloogehp) : web browser extension that integrates automated accessibility checking capabilities into the Chrome Developer Tools
* [Firefox accessibility-checker-extension](https://addons.mozilla.org/en-US/firefox/addon/accessibility-checker/) : web browser extension that integrates automated accessibility checking capabilities into the Firefox Web Developer Tools
Expand All @@ -20,7 +20,7 @@ The tools that have been deployed to the various stores and NPM so they can be e

## Requirements

* [Node Version 16](https://nodejs.org/en/download/).
* [Node Version 18](https://nodejs.org/en/download/).

### Clone Repository

Expand Down
4 changes: 2 additions & 2 deletions accessibility-checker-engine/README-NPM.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# accessibility-checker-engine NPM
# accessibility-checker-engine

## Overview

`accessibility-checker-engine` is a DOM, rule-based engine for detecting issues in web applications. The engine is used by the [IBM Equal Access Accessibility Checker](https://www.ibm.com/able/toolkit/tools#develop) suite of tools. The rules and engine are fully written in JavaScript and can be injected directly into web pages and applications.

## Get the engine

Install accessibility-checker-engine in a Node environment:
Install accessibility-checker-engine in a Node environment to inject into a browser environment:
```
$ npm install --save-dev accessibility-checker-engine
```
Expand Down
2 changes: 1 addition & 1 deletion accessibility-checker-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This README covers topics for developers who want to better understand the rules and build the engine component.

- For information on creating and modifying the rules, see [README-RULES](README-RULES.md).
- For information on installing the engine in a Node environment, see [README-NPM](README-NPM.md).
- For information on installing the engine in a Node or browser environment, see [README-NPM](README-NPM.md).

## Overview

Expand Down
2 changes: 1 addition & 1 deletion rule-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This README covers topics related to build and deploy the rules and rule server.

- For information on creating and modifying the rules, see [README-RULES](../accessibility-checker-engine/README-RULES.md).
- For information on installing the engine in a Node environment, see [README-NPM](../accessibility-checker-engine/README-NPM.md).
- For information on installing the engine in a Node or browser environment, see [README-NPM](../accessibility-checker-engine/README-NPM.md).

## Branches and rule archives

Expand Down

0 comments on commit 7495cec

Please sign in to comment.