mirror of
https://github.com/danbulant/node-x11
synced 2026-06-18 06:01:31 +00:00
Update README.md
This commit is contained in:
parent
90ea482119
commit
472cdf5cfc
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ Windows users:
|
|||
|
||||
Core requests usage:
|
||||
|
||||
```js
|
||||
var x11 = require('x11');
|
||||
|
||||
var Exposure = x11.eventMask.Exposure;
|
||||
|
|
@ -51,6 +52,7 @@ Core requests usage:
|
|||
console.log(err);
|
||||
}
|
||||
});
|
||||
```
|
||||
|
||||
# Screenshots
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue