Fixed name of the docker-image: juplo/wordcount--fortune
[demos/kafka/wordcount] / README.sh
index dab0030..12ec663 100755 (executable)
--- a/README.sh
+++ b/README.sh
@@ -2,7 +2,7 @@
 
 if [ "$1" = "" ]
 then
-  FORTUNE=juplo/fortune
+  FORTUNE=juplo/wordcount--fortune:1.0.1
 else
   FORTUNE="$1"
 fi