summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/Chatbot-Eliza/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/Chatbot-Eliza/README b/games/Chatbot-Eliza/README
index e3d00d4897..5ee92cc73e 100644
--- a/games/Chatbot-Eliza/README
+++ b/games/Chatbot-Eliza/README
@@ -1,9 +1,9 @@
Chatbot-Eliza (Eliza chat bot interface module for Perl)
-The original ELIZA program was written by Joseph Weizenbaum and described
-in the Communications of the ACM in 1967. Chatbot-Eliza is a clone of the
-classic ELIZA program written as perl module. It prompts for user input,
-and uses a simple transformation algorithm to change user input into a
-fellow-up question.
+The original ELIZA program was written by Joseph Weizenbaum and
+described in the Communications of the ACM in 1967. Chatbot-Eliza is a
+clone of the classic ELIZA program written as perl module. It prompts
+for user input, and uses a simple transformation algorithm to change
+user input into a fellow-up question.
The package includes some example scripts.