summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-05-17 02:47:59 -0600
committerDan Allen <dan.j.allen@gmail.com>2020-05-17 02:47:59 -0600
commit0d7b0c13304ad1ad5a2957d9827c51d866a4cefa (patch)
tree7290b5f214976c4d7662e42a4d7346cc21ee4664 /README.adoc
parentb8f0a7bc2323ddd8404472e55e9fca565eed01fc (diff)
fix more word choice in README [skip ci]
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc
index b18c0ebf..76eb88b5 100644
--- a/README.adoc
+++ b/README.adoc
@@ -289,7 +289,7 @@ The pain of the DocBook toolchain should be melting away about now.
== Themes
The layout and styling of the PDF is driven by a YAML configuration file.
-To learn how the theming system works and how to create and apply custom themes, refer to the <<docs/theming-guide.adoc#,Asciidoctor PDF Theme Guide>>.
+To learn how the theming system works and how to create and apply custom themes, refer to the <<docs/theming-guide.adoc#,Asciidoctor PDF Theming Guide>>.
You can use the built-in theme files, which you can find in the [.path]_data/themes_ directory, as examples.
If you've enabled a source highlighter, you can control the style (aka theme) it applies to source blocks using the `coderay-style`, `pygments-style`, and `rouge-style` attributes, respectively.
@@ -298,7 +298,7 @@ For example, to configure Rouge to use the built-in monokai theme, run Asciidoct
$ asciidoctor-pdf -a rouge-style=monokai basic-example.adoc
It's possible to develop your own theme for Rouge.
-Refer to the <<docs/theming-guide.adoc#,Asciidoctor PDF Theme Guide>> for details.
+Refer to the <<docs/theming-guide.adoc#,Asciidoctor PDF Theming Guide>> for details.
== Support for Non-Latin Languages