Skip to content

Commit

Permalink
Fix README for up-to-date example output
Browse files Browse the repository at this point in the history
  • Loading branch information
dshorthouse committed Aug 9, 2020
1 parent ca059e8 commit 4a22610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Or, from the command-line:
```bash
gem install dwc_agent
dwcagent "13267 (male) W.J. Cody; 13268 (female) W.E. Kemp"
=> [{"given":"W.J.","family":"Cody"},{"given":"W.E.","family":"Kemp"}]
=> [{"title":null,"appellation":null,"given":"W.J.","particle":null,"family":"Cody","suffix":null},{"title":null,"appellation":null,"given":"W.E.","particle":null,"family":"Kemp","suffix":null}]
```

```bash
Expand Down

0 comments on commit 4a22610

Please sign in to comment.