Browse Source

chore: updates readme

e22m4u 1 year ago
parent
commit
b953360b7f
2 changed files with 4 additions and 0 deletions
  1. 2 0
      README-ru.md
  2. 2 0
      README.md

+ 2 - 0
README-ru.md

@@ -10,6 +10,8 @@
 
 ## Установка
 
+Требуется Node.js 16 и выше.
+
 ```bash
 npm install @e22m4u/js-path-trie
 ```

+ 2 - 0
README.md

@@ -10,6 +10,8 @@ a [prefix tree](https://en.wikipedia.org/wiki/Trie) (trie).
 
 ## Installation
 
+Node.js 16 or higher is required.
+
 ```bash
 npm install @e22m4u/js-path-trie
 ```