Skip to content

Commit 425712c

Browse files
authored
Merge pull request #361 from jlevon/README-nodejs-version
mention Node.js >= 12 requirement in README
2 parents 91ad8c0 + 6432af6 commit 425712c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ It can convert Marp / Marpit Markdown files into static HTML / CSS, PDF, PowerPo
1919

2020
### npx
2121

22-
[npx](https://docs.npmjs.com/cli/v7/commands/npx) is the best way if you wanted one-shot Markdown conversion without install. Just run below if you are installed [Node.js](https://nodejs.org/):
22+
[npx](https://docs.npmjs.com/cli/v7/commands/npx) is the best way if you wanted
23+
one-shot Markdown conversion without install. Just run below if you have
24+
installed [Node.js](https://nodejs.org/). Only Node.js version 12 or higher
25+
works.
2326

2427
```bash
2528
# Convert slide deck into HTML

0 commit comments

Comments
 (0)