From 282f8dd3a66297bb9fa1b33b6a22eea1a4ec3aab Mon Sep 17 00:00:00 2001 From: "taeyoung.hong" Date: Tue, 4 Jul 2023 21:03:15 +0900 Subject: [PATCH] update README.md 3 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7119c37..0954ca9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ > Note. It's an experimental module. **IMPORTANT:** jsdoc-to-ts 1.0.0 is the ESM. After upgrading from 0.1.x, please change the previous command as follows. -NOTE: The script requires at least Node.js 13.2.0. or later. ```bash // Before node -e "['core', 'ui', 'moonstone', 'i18n', 'webos', 'spotlight'].forEach(p => require('.')({ @@ -18,6 +17,8 @@ node -e "import('(path of jsdoc-to-ts)/index.js').then(({default: jsdocToTs}) => ... })" ``` +NOTE: The script requires at least Node.js 13.2.0. or later. + Or, try a simple CLI command. [Read more.](./README.md#usage-with-cli-option-on-installation-path) ### Installation