Merge pull request #14988 from Snuffleupagus/rm-singlefile-comment

Remove mention of `gulp singlefile`-command from `examples/node/getinfo.js`
This commit is contained in:
Jonas Jenwald 2022-06-04 23:20:29 +02:00 committed by GitHub
commit a25d92fb17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,6 @@
//
// Basic node example that prints document metadata and text content.
// Requires single file built version of PDF.js -- please run
// `gulp singlefile` before running the example.
//
// Run `gulp dist-install` to generate 'pdfjs-dist' npm package files.