summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorLeif Gruenwoldt <leifer@gmail.com>2014-11-06 16:18:24 -0500
committerLeif Gruenwoldt <leifer@gmail.com>2014-11-06 16:18:24 -0500
commit0a313cbd37d81f2c59af61cc190353d5cebc7880 (patch)
tree715b517a7a0d608bec3a134f379c78be2f3b1247 /README.adoc
parent053eafedd5994d7f2fb3c1632702ce735abbc6aa (diff)
Remove quotes around style name
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 c998273c..f5d4bdfb 100644
--- a/README.adoc
+++ b/README.adoc
@@ -230,7 +230,7 @@ See the files [file]_default-theme.yml_ and [file]_asciidoctor-theme.yml_ found
Specify the path to an alternate theme file with the `pdf-style` attribute. For example to use the built-in _asciidoctor_ theme:
- $ ./bin/asciidoctor-pdf -a pdf-style='asciidoctor' examples/example.adoc
+ $ ./bin/asciidoctor-pdf -a pdf-style=asciidoctor examples/example.adoc
To refer to a theme at another location you can use the `pdf-stylesdir` attribute to specify the location of themes.
If the `pdf-style` value does not end in `.yml`, then the file name is calculated as `{pdf-style}-theme.yml` located in the `pdf-stylesdir` directory (which defaults to the built-in `data/themes` directory).