Fixed header in README.

This commit is contained in:
ThePendulum 2019-11-02 02:21:52 +01:00
parent 97297b352f
commit d14457e4b6
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ Many reddit users have a 'subreddit' of their own in the form of a profile (not
##### `{tags.x}`
Tags are variables that will only be inserted when another variable is present. When you use a tag, you must configure a string of text that is inserted in place of a tag variable when the associated variable is available.
#### `divider`, `{div}` and `{divs.x}`
##### `divider`, `{div}` and `{divs.x}`
The `{div}` variable will insert an arbitrary string as configured by the `divider` option, intended, of course, to be used as a divider between other components. Similar to tags, `{divs.x}` will insert a divider only when the specified variable is present. For example, `{divs.item.}title` will only insert a divider when `{item.title} is present. This makes sure a filename will look like, for example, either `./20191101 - abc123 - Hello world!.jpeg` when a title is available or `./20191101 - abc123.jpg` when no title is available, instead of `20191101 - abc123 - .jpeg` when a title is not available.
##### `dateFormat`