Skip to content

Commit 3266767

Browse files
authored
Merge pull request #582 from yjcxy12/patch-1
Update README.md
2 parents 3443132 + beb490e commit 3266767

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
@@ -23,7 +23,7 @@ import validator from 'validator';
2323
Or, import only a subset of the library:
2424

2525
```javascript
26-
import { isEmail } from 'validator/lib/isEmail';
26+
import isEmail from 'validator/lib/isEmail';
2727
```
2828

2929
### Client-side usage

0 commit comments

Comments
 (0)