summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-11-06 17:00:12 +0000
committerNick White <git@njw.name>2020-11-06 17:00:12 +0000
commit48f817f0dfd3e89c372ac358418fe69b43eefa1b (patch)
tree722d8b5b202345e1cb8f7e0945e332b1131ee460
parentad4416a7d53e3fb783d15a67095994a7623bf109 (diff)
Fix the README to be valid markdown in the local example
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 22c4bbc..681d731 100644
--- a/README
+++ b/README
@@ -56,9 +56,9 @@ graph creation, PDF creation, and so on that the pipeline provides.
You can use this by passing the '-c local' flag to the core bookpipeline
commands. Here is a simple example run:
- booktopipeline -c local MyBook
- bookpipeline -v -c local # run until MyBook has finished processing
- getpipelinebook -c local MyBook
+ booktopipeline -c local MyBook
+ bookpipeline -v -c local # run until MyBook has finished processing
+ getpipelinebook -c local MyBook
## Contributions