e22m4u 1 год назад
Родитель
Сommit
3a835b2d4a
1 измененных файлов с 2 добавлено и 4 удалено
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -13,10 +13,8 @@ npm install @e22m4u/js-path-trie
 
 ## Example
 
-- `add(pathTemplate: string, value: unknown)`  
-  *\- adds a value by the path template*
-- `match(path: string)`  
-  *\- value lookup by the given path*
+- `add(pathTemplate: string, value: unknown)` - adds a value by the path template
+- `match(path: string)` - value lookup by the given path
 
 ```js
 const trie = new PathTrie();