We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f1a6d commit c18a80dCopy full SHA for c18a80d
README.md
@@ -15,7 +15,7 @@ $ npm install node-window-manager
15
The following example shows how to get the currently focused window's title and hide it.
16
17
```javascript
18
-const { windowManager } = require("window-manager");
+const { windowManager } = require("node-window-manager");
19
20
const window = windowManager.getActiveWindow();
21
0 commit comments