Skip to content

Commit fe278ae

Browse files
committed
Updated readme
1 parent 1928b18 commit fe278ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# nut.js (Native UI Toolkit) [![Build Status](https://travis-ci.com/nut-tree/nut.js.svg?branch=master)](https://travis-ci.com/nut-tree/nut.js) [![SonarCloud badge](https://sonarcloud.io/api/project_badges/measure?project=nut-tree%3Anut.js&metric=alert_status)](https://sonarcloud.io/dashboard?id=nut-tree%3Anut.js) [![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=nut-tree%3Anut.js&metric=coverage)](https://sonarcloud.io/component_measures?id=nut-tree%3Anut.js&metric=coverage)
1+
# nut.js (Native UI Toolkit) [![Build Status](https://travis-ci.com/nut-tree/nut.js.svg?branch=master)](https://travis-ci.com/nut-tree/nut.js) [![SonarCloud badge](https://sonarcloud.io/api/project_badges/measure?project=nut-tree%3Anut.js&metric=alert_status)](https://sonarcloud.io/dashboard?id=nut-tree%3Anut.js) [![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=nut-tree%3Anut.js&metric=coverage)](https://sonarcloud.io/component_measures?id=nut-tree%3Anut.js&metric=coverage) [![Downloads per month](https://img.shields.io/npm/dm/@nut-tree/nut-js)](https://www.npmjs.com/package/@nut-tree/nut-js)
22
<p align="center">
33
Native UI testing / automation with node.js
44
</p>
55
<br/>
66
<p align="center">
77
<a target="_blank" href="https://github.com/justadudewhohacks/opencv4nodejs">
8-
<img src="https://img.shields.io/badge/Built_with-opencv4nodejs-C86414.svg?style=flat-square" alt="Built with opencv4nodejs" />
8+
<img src="https://img.shields.io/badge/Built_with-opencv4nodejs-C86414.svg?style=flat-square" alt="Built with opencv4nodejs" /></a>
99
</p>
1010

1111
# About
@@ -14,7 +14,7 @@ Native UI testing / automation with node.js
1414
<img src="https://github.com/nut-tree/nut.js/raw/master/.gfx/nut.png" alt="logo" width="200"/>
1515
</p>
1616

17-
`nut.js` is a cross-platform native UI testing tool.
17+
`nut.js` is a cross-platform native UI automation / testing tool.
1818

1919
It allows for native UI interactions via keyboard and / or mouse,
2020
but additionally gives you the possibility to navigate the screen based on image matching.
@@ -26,7 +26,7 @@ The following snippet shows a valid NUT example (on macOS)
2626
```js
2727
"use strict";
2828

29-
const { keyboard, Key, mouse, left, right, up, down } = require("@nut-tree/nut-js");
29+
const { keyboard, Key, mouse, left, right, up, down, screen } = require("@nut-tree/nut-js");
3030

3131
const square = async () => {
3232
await mouse.move(right(500));

0 commit comments

Comments
 (0)