From 0c593085ca27d8db08c9baa924aaf16d113add8f Mon Sep 17 00:00:00 2001 From: mesh64 Date: Tue, 6 Feb 2018 02:53:18 +0800 Subject: [PATCH] Update README.md Corrected some typos. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6c253f..43aa928 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ modules on CPAN. my $hyphenator = new Text::Hyphen; - print $hyp->hyphenate('representation', '-'); + print $hyphenator->hyphenate('representation', '-'); # prints rep-re-sen-ta-tion - print map "($_)", $hyp->hyphenate('multiple'); + print map "($_)", $hyphenator->hyphenate('multiple'); # prints "(mul)(ti)(ple)" # EXPORT @@ -68,7 +68,7 @@ Alex Kapranoff, `` # BUGS AND SUPPORT -This code is hoste don Github, please see [https://github.com/kappa/Text-Hyphen](https://github.com/kappa/Text-Hyphen). +This code is hosted on Github, please see [https://github.com/kappa/Text-Hyphen](https://github.com/kappa/Text-Hyphen). Please report any bugs or feature requests to GitHub issues.