Skip to content

Commit

Permalink
update README.md 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hong6316 committed Jul 4, 2023
1 parent 0b67f6a commit 282f8dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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('.')({
Expand All @@ -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
Expand Down

0 comments on commit 282f8dd

Please sign in to comment.