From 40e255302d5df540fac9f3970530e43b200a74df Mon Sep 17 00:00:00 2001 From: "val.istar.guo" Date: Thu, 9 Nov 2023 13:19:51 +0800 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92295ab..7c1f85b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The unified plugin used to highlight code block in html with Prism. -This package is ESM only: Node 12+ and [unified 10](https://www.npmjs.com/package/unified) is needed to use it and it must be imported instead of required. +This package is ESM only. [unified >= 10](https://www.npmjs.com/package/unified) is needed to use it. If running on the server side, NodeJS needs to be greater than 12 ```typescript import { unified } from 'unified'