Skip to content

Commit c4f542b

Browse files
committed
update doc
1 parent 64f9e3d commit c4f542b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is especially useful with csv/tsv/psv files:
88
- compare database export of large organization employee/users
99

1010
## NOTE
11-
The benefits of this script is that it allow you to have full control of your file diff. It work great on large file because it does not require you to load the entire file into memory or string.
11+
The benefits of this script is that it allow user full control of their file diffs. It work great on large file because it does not require you to load the entire file into memory or string.
1212

1313
This script expect input of two `sorted` text files. If the files are not sorted, the unix `sort` command may be of help: https://en.wikipedia.org/wiki/Sort_(Unix)
1414

0 commit comments

Comments
 (0)