Skip to content

Commit 33c7c41

Browse files
committed
update doc
1 parent eb3e730 commit 33c7c41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ ForEach line in File1, compare to line in File2
2121

2222
Since the list will be `sorted`, the performance of this script is expected to be approximately `O(|A| log |A| + |B| log |B|)`, where A is File1 and B is File2.
2323

24+
This library also has no dependency.
25+
2426
## Install
2527

2628
```bash

0 commit comments

Comments
 (0)