Skip to content

Commit 9dc31e8

Browse files
committed
docs(fast-node-parse): update docs
1 parent 3710ba6 commit 9dc31e8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/fast-node-parse/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See [examples](./examples) or [benchmark](./benchmark) folder to see how it's co
1414

1515
## Benchmark
1616

17-
It is on my machine, on your machine results may vary
17+
It is on my machine, on your machine results may vary. See [benchmark](./benchmark) folder
1818

1919
### Static
2020

@@ -65,6 +65,12 @@ It is on my machine, on your machine results may vary
6565
| `/foo/*` ||
6666
| `/foo/(.*)` ||
6767

68+
## Similar projects
69+
70+
- [find-my-way](https://github.com/delvedor/find-my-way)
71+
- [Hono Router](https://hono.dev/docs/concepts/routers)
72+
- [fast-path-parse](https://www.npmjs.com/package/fast-path-parse). not 100% alternative
73+
6874
## License
6975

7076
MIT

0 commit comments

Comments
 (0)