diff --git a/Changes b/Changes index bb5065e..4a5e6cd 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ Revision history for Grammar-Improver - Use the LanguageTool API to rewrite text -0.01 +0.01 Tue Jan 7 14:40:38 EST 2025 First draft diff --git a/README.md b/README.md index 956a7b3..f6fa772 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,6 @@ Version 0.01 The `Grammar::Improver` module interfaces with the LanguageTool API to analyze and improve grammar in text input. -# AUTHOR - -Nigel Horne - # METHODS ## new @@ -41,3 +37,7 @@ Creates a new `Grammar::Improver` object. Analyzes, improves and corrects the grammar of the input text. Returns the corrected text. + +# AUTHOR + +Nigel Horne