sentialx / node-window-manager

Manage windows in Windows, macOS and Linux using Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npmjs.com quick-start typo

bruno-robert opened this issue · comments

There is a type in the quick start section of the documentation on npmjs.com/package/node-window-manager/

The first line of code is
const { windowManager } = require("window-manager");

when I believe it should be:
const { windowManager } = require("node-window-manager");