From 0d39386ca51079394f26f5bf59b57f7a96899a20 Mon Sep 17 00:00:00 2001 From: RedYetiDev <38299977+RedYetiDev@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:10:12 -0400 Subject: [PATCH] update target in README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60d9ce7..3548d07 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,8 @@ CLI tool to generate API documentation of a Node.js project. Options: -i, --input [patterns...] Specify input file patterns using glob syntax -o, --output Specify the relative or absolute output directory - -v, --version Specify the target version of Node.js, semver compliant (default: "v22.9.0") - -c, --changelog Specify the path (file: or https://) to the CHANGELOG.md file (default: - "https://raw.githubusercontent.com/nodejs/node/HEAD/CHANGELOG.md") - -t, --target [mode...] Set the processing target modes (choices: "json-simple", "legacy-html", "legacy-html-all", "mandoc") + -v, --version Specify the target version of Node.js, semver compliant (default: "v22.6.0") + -c, --changelog Specify the path (file: or https://) to the CHANGELOG.md file (default: "https://raw.githubusercontent.com/nodejs/node/HEAD/CHANGELOG.md") + -t, --target [mode...] Set the processing target modes (choices: "json-simple", "legacy-html", "legacy-html-all", "man-page") -h, --help display help for command ```