diff --git a/README.md b/README.md index cddf9b4..0952439 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ PHP-Name-Parser PHP library to split names into their respective components. Besides detecting first and last names, this library attempts to handle prefixes, suffixes, initials and compound last names like "Von Fange". It also normalizes prefixes (Mister -> Mr.) and fixes capitalization (JOHN SMITH -> John Smith). +**Installation:** + + composer require joshfraser/php-name-parser + **Usage:** include("parser.php");