Improve Readme example

Change-Id: I38956cd144324180745f38d5f82b47bc7dc8597a
diff --git a/Readme.md b/Readme.md
index ed50d7e..e1642b3 100644
--- a/Readme.md
+++ b/Readme.md
@@ -10,15 +10,17 @@
 ## Tokenizing
 
 ```shell
-$ echo "Es war spät, schon ca. 2 Uhr. ;-)" | datok tokenize -t testdata/tokenizer.matok -
+$ echo "Es war spät, schon ca. <time datetime=\"02:00\">02:00 Uhr</time>. ;-)" | ./datok tokenize -t testdata/tokenizer.matok -
 Es
 war
 spät
 ,
 schon
 ca.
-2
+<time datetime="02:00">
+02:00
 Uhr
+</time>
 .
 
 ;-)