Skip to content

Commit 5943d07

Browse files
author
cbojar
committed
Fixed README example.
1 parent 21ccac0 commit 5943d07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ JavaScript library to split names into their respective components (first, last,
22

33
**Usage:**
44

5-
var parser = new NameParse();
6-
var parsed = parser.parse("Mr. Chales P. Wooten, III");
5+
var parsed = NameParse.parse("Mr. Chales P. Wooten, III");
76

87
**Results:**
98

0 commit comments

Comments
 (0)