summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-06-05 23:56:54 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-06-06 00:17:16 -0600
commite7e1bbdb49a4a2fdfc51c608a086db938ad83c3a (patch)
treed81d8551d5d9dd595c99413615dc976773cd5050 /README.adoc
parent56ce434bdabb5749ac223b3da19f0dcc8d72089c (diff)
change wording in README
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 5c3bdc69..70aafa08 100644
--- a/README.adoc
+++ b/README.adoc
@@ -60,7 +60,7 @@ Asciidoctor PDF converts an AsciiDoc document directly to a PDF document.
The style and layout of the PDF are controlled by a dedicated theme file.
To the degree possible, Asciidoctor PDF supports all the features of AsciiDoc that are supported by Asciidoctor.
It also provides {url-project-docs}/features/[PDF-specific features].
-However, there are {url-project-docs}/features/#limitations[certain limits] imposed by the PDF format and the PDF library this extension uses.
+However, there are {url-project-docs}/features/#limitations[certain limitations] imposed by the PDF format and the PDF library this extension uses.
Asciidoctor PDF uses the Prawn gem and Prawn's extensions, such as prawn-svg and prawn-table, to generate a PDF document.
{url-prawn}[Prawn] is a general purpose PDF generator for Ruby that features high-level APIs for common needs like setting up the page and inserting images and low-level APIs for positioning and rendering text and graphics.