diff options
author | Nick White <git@njw.name> | 2020-11-06 17:00:12 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-11-06 17:00:12 +0000 |
commit | 48f817f0dfd3e89c372ac358418fe69b43eefa1b (patch) | |
tree | 722d8b5b202345e1cb8f7e0945e332b1131ee460 | |
parent | ad4416a7d53e3fb783d15a67095994a7623bf109 (diff) |
Fix the README to be valid markdown in the local example
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |