Skip to content

Commit

Permalink
docs: update README.md (#21)
Browse files Browse the repository at this point in the history
Fixed destructured import of isPrintComplete
  • Loading branch information
Ryscho authored Oct 4, 2023
1 parent 5aa96e3 commit aa1bc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ print("assets/file.jpg", printer, options).then(console.log);
**Examples**

```javascript
import { isComplete } from 'unix-print';
import { isPrintComplete } from 'unix-print';

const fileToPrint = 'assets/file.pdf';
const printJob = print(fileToPrint);
Expand Down

0 comments on commit aa1bc01

Please sign in to comment.