Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
- apply warning github markdown syntax
  • Loading branch information
Jaewoook committed Aug 21, 2023
1 parent 5550a92 commit 668a378
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ npm install --save pdfium.js

### WebAssembly Preparation

**: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.
> [!IMPORTANT]
> 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 668a378

Please sign in to comment.