Skip to content

Commit

Permalink
docs: fix README preparation section
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaewoook committed Jul 13, 2023
1 parent cfdf3de commit 5550a92
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 @@ -35,7 +35,7 @@ npm install --save pdfium.js

### WebAssembly Preparation

**:warning: IMPORTANT :warning:** This is required step to use PDFium.js. Before using this library, Before using this library, make sure to copy the bundled `pdfium.wasm` file to your static assets directory.
**:warning: IMPORTANT :warning:** This step is required to use this library. Make sure to copy the bundled `pdfium.wasm` file to your static assets directory before using it.

```bash
cp ./node_modules/pdfium.js/dist/pdfium.wasm <YOUR_STATIC_ASSETS_DIRECTORY>
Expand Down

0 comments on commit 5550a92

Please sign in to comment.