Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ralyodio committed Jul 5, 2016
1 parent f9ab901 commit 8b79334
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Parse a human name string into salutation, first name, middle name, last name, s

### parse human name

var fullName = 'Mr. William R. Hearst, III'
, attrs = human.parseName(fullName);
var fullName = 'Mr. William R. Hearst, III';
var attrs = human.parseName(fullName);

console.log(attrs);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "humanparser",
"version": "1.1.0",
"version": "1.1.1",
"description": "Parse a human name string into salutation, first name, middle name, last name, suffix. Parse an address into address, city, state, zip",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8b79334

Please sign in to comment.