Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Raudius authored May 24, 2022
1 parent 6e90e52 commit 4ac8934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A mediocre library for modifying PDF files.

## \> Important <
## Important
Be warned that this library is not production ready!
- **QPDF dependant**
To use this library you need to have qpdf installed on your system.
Expand All @@ -11,7 +11,7 @@ Be warned that this library is not production ready!
- **Security**
This library directly interfaces with the shell. Do NOT pass along user-defined values to any function on this library.

## How it works
## 📖 How it works

### Loading PDFs

Expand Down Expand Up @@ -58,7 +58,7 @@ $pdf->saveAs('copy2.pdf');
$pdf->saveAs('copy3.pdf');
```

## License
## 🔓 License

There is no license attached to this code, because I have no desire to claim ownership of it.
If you wish to use this against your better judgement and require a license, you may use it under any fully permissive license (Beerware, WTFPL, CC0...)

0 comments on commit 4ac8934

Please sign in to comment.