From 3b0f6ff84ddd5de056dbae5851051cc068792efa Mon Sep 17 00:00:00 2001 From: anatolykopyl Date: Sun, 25 Feb 2024 01:58:05 +0300 Subject: [PATCH 1/2] fix: typo in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b378efb9..f125fdf6 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ npx docs-to-pdf --initialDocURLs="https://docusaurus.io/docs/" --contentSelector ## Docusaurus Options -| Option | Required | Description | -| ---------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `--version` | No | Docusaurus version. Default is 2. | -| `--builDir` | No | Path to Docusaurus build dir. Either absolute or relative from path of the shell | +| Option | Required | Description | +|--------------| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `--version` | No | Docusaurus version. Default is 2. | +| `--buildDir` | No | Path to Docusaurus build dir. Either absolute or relative from path of the shell | ## 🎨 Examples and Demo PDF From 6a890f06d4e1521b4bf0cae10b9262a2bde36847 Mon Sep 17 00:00:00 2001 From: anatolykopyl Date: Sun, 25 Feb 2024 02:09:07 +0300 Subject: [PATCH 2/2] fix: typo in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f125fdf6..f568a4f2 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ npx docs-to-pdf --initialDocURLs="https://docusaurus.io/docs/" --contentSelector ## Docusaurus Options -| Option | Required | Description | -|--------------| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `--version` | No | Docusaurus version. Default is 2. | -| `--buildDir` | No | Path to Docusaurus build dir. Either absolute or relative from path of the shell | +| Option | Required | Description | +|-------------|----------|----------------------------------------------------------------------------------| +| `--version` | No | Docusaurus version. Default is 2. | +| `--docsDir` | No | Path to Docusaurus build dir. Either absolute or relative from path of the shell | ## 🎨 Examples and Demo PDF