Skip to content

Commit f6cc9e2

Browse files
committed
Update README.md
1 parent 15c509d commit f6cc9e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
Email Addr Extract is a tool that takes all the email addresses it finds in a file that has data between and then creates a list of emails addresses, one per line.
1818

19-
This is a high performance port of [Email Extractor](https://github.com/uintdev/Email-Extractor), of which was originally made in Python.
19+
This is a high performance port of the [Email Extractor](https://github.com/uintdev/Email-Extractor) project, of which was originally made in Python.
2020

2121
From testing, this was found to be around 14.5x faster with an almost 900MB file.
2222

@@ -25,7 +25,7 @@ Usage: `./emailaddrextract <file to read> <output file>`
2525
## Features
2626

2727
- Collects multiple emails addresses per line
28-
- Remove duplicated email addresses
28+
- Removes duplicated email addresses
2929

3030
## Disclaimer
3131

0 commit comments

Comments
 (0)