Skip to content

Commit 48caff6

Browse files
authored
Merge pull request #125 from istyaq-ahmmed/patch-1
Update README.md
2 parents fbcf65a + ab5bfa1 commit 48caff6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ npm install win32-api
5252

5353
```ts
5454
import {
55-
FindWindow,
55+
FindWindowEx,
5656
GetDefaultPrinter,
5757
} from 'win32-api/util'
58+
import {spawn} from 'child_process';
5859

5960
// Retrieves the printer name of the default printer for the current user on the local computer
6061
const printerName = await GetDefaultPrinter()

0 commit comments

Comments
 (0)