Browse Source

chore: updates description

e22m4u 1 year ago
parent
commit
3e45d50606
3 changed files with 5 additions and 3 deletions
  1. 2 1
      README-ru.md
  2. 2 1
      README.md
  3. 1 1
      package.json

+ 2 - 1
README-ru.md

@@ -2,7 +2,8 @@
 
 *[English](./README.md) | Русский*
 
-Маршрутизатор на основе [префиксного дерева](https://ru.wikipedia.org/wiki/Trie) (trie).
+Маршрутизатор для Node.js на основе
+[префиксного дерева](https://ru.wikipedia.org/wiki/Trie) (trie).
 
 - Использует [path-to-regexp](https://github.com/pillarjs/path-to-regexp) синтаксис.
 - Поддерживает параметры маршрута.

+ 2 - 1
README.md

@@ -2,7 +2,8 @@
 
 *English | [Русский](./README-ru.md)*
 
-A router based on a [prefix tree](https://en.wikipedia.org/wiki/Trie) (trie).
+A router for Node.js based on
+a [prefix tree](https://en.wikipedia.org/wiki/Trie) (trie).
 
 - Uses [path-to-regexp](https://github.com/pillarjs/path-to-regexp) syntax.
 - Supports path parameters.

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@e22m4u/js-path-trie",
   "version": "0.0.3",
-  "description": "A router based on a prefix tree (trie).",
+  "description": "A router for Node.js based on a prefix tree",
   "type": "module",
   "main": "src/index.js",
   "scripts": {