Extended README
authorRichard Kojedzinszky <krichy@cflinux.hu>
Thu, 25 Sep 2014 20:48:53 +0000 (22:48 +0200)
committerRichard Kojedzinszky <krichy@cflinux.hu>
Thu, 25 Sep 2014 20:48:53 +0000 (22:48 +0200)
README

diff --git a/README b/README
index 9e5145e..be36afe 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This is a collection of the 'unique word count' implemented in many languages.
 
-All software should read the file passed as argv[1], parse all words in it, and
+All software should read stdin, parse all words in it, and
 count their occurence, and then print the words with highest occurence first and their occurences,
 one by line.