Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stoffeastrom committed Dec 6, 2017
1 parent da09793 commit 65d0495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ After.work.js is an unified test framework highly configurable through cli and c

## Requirements
### Default runner
* [node](https://nodejs.org): Node.js > 8
* [node](./docs/node.md#node): Node.js > 8
### Context dependent
* [cdp](./docs/cdp.md#cdp) (Chrome Debugging Protocol): Chrome > 61
* [protractor](./docs/protractor.md#protractor-config) (webdriver protocol): protractor 5.x + browser(s)
Expand Down
2 changes: 1 addition & 1 deletion docs/node.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Node

Run your test in a Node environment with great developer workflow. Just start the runner with
Run your test in a [Node](https://nodejs.org) environment with great developer workflow. Just start the runner with

```
npx aw -c ./path/to/aw.config.js -w --coverage
Expand Down

0 comments on commit 65d0495

Please sign in to comment.