Fixed require example
This commit is contained in:
@ -54,7 +54,7 @@ Pull requests to document undocumented properties are most welcome.
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
```javascript
|
```javascript
|
||||||
const ScreenLogic = require('./index');
|
const ScreenLogic = require('node-screenlogic');
|
||||||
|
|
||||||
var finder = new ScreenLogic.FindUnits();
|
var finder = new ScreenLogic.FindUnits();
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user