diff --git a/README.md b/README.md index 16fb984..190fa40 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## PDF and docx viewer for Vanilla JavaScript and React applications ### Example Usage -If using webpack, copy `PATH/TO/NODE_MODULES/dist/worker/pdf.worker.min.js` to a local directory: +If using webpack, copy `PATH/TO/NODE_MODULES/pdfjs-dist/build/pdf.worker.min.js` to a local directory: `webpack.config.ts` ```