Skip to content

Commit 92f4031

Browse files
authored
Update README.md
1 parent b80a89e commit 92f4031

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ and parses out the:
4343
```
4444

4545
```
46-
Name name = new Name("Sérgio Vieira de Mello");
46+
Name name = new Name("Sérgio Vieira de Mello");
4747
HumanNameParserBuilder builder = new HumanNameParserBuilder(name);
4848
HumanNameParserParser parser = builder.build();
4949
String firstName = parser.getFirst();
@@ -56,6 +56,7 @@ String nicknames = parser.getNicknames();
5656
### 0.3 (20??-??-??)
5757

5858
- [#15](https://github.com/tupilabs/HumanNameParser.java/pull/15) JUnit Jupiter migration (thanks to @mureinik).
59+
- [#17](https://github.com/tupilabs/HumanNameParser.java/pull/17) Fix for HumanNameParser incorrectly interprets some name components as postnominals (thanks to @CarlosManuelRodr).
5960

6061
### 0.2 (2020-07-09)
6162

0 commit comments

Comments
 (0)