Skip to content

Commit 2bb4428

Browse files
committed
Linting
1 parent aec0107 commit 2bb4428

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ Generate your documents with:
5050
pdfbaker <path_to_config_file>
5151
```
5252

53-
This will create a `build/` directory and a `dist/` directory where your configuration file lives.<br>
54-
It will produce your PDF files in the `dist/` directory (and leave some artifacts in the
55-
`build/` directory to aid debugging).
53+
This will create a `build/` directory and a `dist/` directory where your configuration
54+
file lives.<br> It will produce your PDF files in the `dist/` directory (and leave some
55+
artifacts in the `build/` directory to aid debugging).
5656

5757
## Configuration
5858

59-
**FIXME: This is hard to find useful without seeing an example or the required settings to e.g. enable compression.**
59+
**FIXME: This is hard to find useful without seeing an example or the required settings
60+
to e.g. enable compression.**
6061

6162
A **document** is made up of **pages**.<br> Pages take their layout from **templates**,
6263
and their specific content from your **configuration**. They may also include

0 commit comments

Comments
 (0)