Browse Source

chore: updates README.md

e22m4u 1 year ago
parent
commit
3a835b2d4a
1 changed files with 2 additions and 4 deletions
  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();