From 420250b0ab974a157d639d2181e0a26ef4686697 Mon Sep 17 00:00:00 2001 From: Shiv Jha-Mathur Date: Wed, 24 Apr 2024 04:52:36 +0530 Subject: [PATCH] docs(remark-kbd-nested): add link to docs and update Node.js version --- packages/remark-kbd-nested/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/remark-kbd-nested/README.md b/packages/remark-kbd-nested/README.md index d0164b6..c61f9ab 100644 --- a/packages/remark-kbd-nested/README.md +++ b/packages/remark-kbd-nested/README.md @@ -8,10 +8,12 @@ configurable delimiters, escaping, `var` sequences, and arbitrary nesting (e.g. Ctrl + key). +[Docs at shivjm.github.io/remark-extensions.](https://shivjm.github.io/remark-extensions/modules/remark_kbd_nested.html) + ## Install This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c): -Node 12+ is needed to use it and it must be `import`ed instead of `require`d. +Node 18+ is needed to use it and it must be `import`ed instead of `require`d. [npm][]: