Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Text corrections
  • Loading branch information
saneef committed Nov 29, 2023
1 parent aba5f34 commit 2ff12f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ module.exports = function (eleventyConfig) {
#### `base_dir`

The `base_dir` of [convert options](https://docs.asciidoctor.org/asciidoctor.js/latest/processor/convert-options/) is relative to the document.
This can be changed using above [options](#customize-with-options).
This can be changed using the above [options](#customize-with-options).

#### `attributes.outdir`

By default, [`attributes.outdir`](https://docs.asciidoctor.org/asciidoc/latest/attributes/document-attributes-ref/#intrinsic-attributes) will output directory (`permalink`) of the document.
This can be changed using above [options](#customize-with-options).
By default, [`attributes.outdir`](https://docs.asciidoctor.org/asciidoc/latest/attributes/document-attributes-ref/#intrinsic-attributes) will be the path to the output directory (`permalink`) of the document.
This can be changed using the above [options](#customize-with-options).

#### `extension_registry` (⚠️ deprecated)

Expand Down

0 comments on commit 2ff12f1

Please sign in to comment.