Skip to content

Commit 36dcd8a

Browse files
committed
Spell the name of this module correctly in the README.
1 parent e8341ca commit 36dcd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ npm install regex-email
1414

1515
## Usage
1616
```js
17-
var regex = require('regex-utc-date');
17+
var regex = require('regex-email');
1818

1919
regex.test('[email protected]');
2020
// => true

0 commit comments

Comments
 (0)