Skip to content

Commit c18a80d

Browse files
StanleySathlersentialx
authored andcommitted
docs(readme): fix module name in usage sample (#18)
1 parent f7f1a6d commit c18a80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ npm install node-window-manager
1515
The following example shows how to get the currently focused window's title and hide it.
1616

1717
```javascript
18-
const { windowManager } = require("window-manager");
18+
const { windowManager } = require("node-window-manager");
1919

2020
const window = windowManager.getActiveWindow();
2121

0 commit comments

Comments
 (0)