aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index 620e8c7..1839bc3 100644
--- a/README.adoc
+++ b/README.adoc
@@ -6,6 +6,12 @@ A small JavaScript project to generate beautiful PDF schedules and actually work
In short: This does it better. You have precise control over how the end product looks, what it displays (on a very granular level) and technically even what format it should have. Though you would need to edit the source at `src/pdf.js` for that.
+.Example PDF Result (default look)
+[%collapsible]
+====
+image::example.jpg[]
+====
+
== Usage
Requires the https://nodejs.org/en/download[npm] tool. I also suggest you read the entire page before giving it a go.