Skip to content

Commit 4ac8934

Browse files
authored
Update README.md
1 parent 6e90e52 commit 4ac8934

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
A mediocre library for modifying PDF files.
22

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

14-
## How it works
14+
## 📖 How it works
1515

1616
### Loading PDFs
1717

@@ -58,7 +58,7 @@ $pdf->saveAs('copy2.pdf');
5858
$pdf->saveAs('copy3.pdf');
5959
```
6060

61-
## License
61+
## 🔓 License
6262

6363
There is no license attached to this code, because I have no desire to claim ownership of it.
6464
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 commit comments

Comments
 (0)