Skip to content

Commit 289275d

Browse files
committed
Fix typo…
1 parent 7b4a363 commit 289275d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var PDFImage = require("pdf-image").PDFImage;
2424

2525
var pdfImage = new PDFImage("/tmp/slide.pdf");
2626
pdfImage.convertPage(0).then(function (imagePath) {
27-
// 0-th page (fisrt page) of the slide.pdf is available as slide-0.png
27+
// 0-th page (first page) of the slide.pdf is available as slide-0.png
2828
fs.existsSync("/tmp/slide-0.png") // => true
2929
});
3030
```

0 commit comments

Comments
 (0)