From 6e75bf0ac0a27102ea7cfe69c1f271d11b5690e8 Mon Sep 17 00:00:00 2001 From: Elliot Blackburn Date: Thu, 28 Dec 2023 16:53:18 +0000 Subject: [PATCH] Improve border docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6bc333..56f7fae 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Install locally to access the API. * `--h-height=` - The height of the header section * `--footer=` - A HTML (.html) file to inject into the footer of the PDF * `--f-height=` - The height of the footer section -* `--border=` - Border (top, left, bottom, right; default: 20mm) +* `--border=` - Border value for all sides (top, left, bottom, right; default: 20mm) * `--border-top=` - Top border (default: 20mm) * `--border-left=` - Left border (default: 20mm) * `--border-bottom=` - Bottom border (default: 20mm)