Update Readme.md to new call syntax

Change-Id: I4430d8840446db68631e0e853b59043c72cf263a
diff --git a/Readme.md b/Readme.md
index 31a1a63..c29f95d 100644
--- a/Readme.md
+++ b/Readme.md
@@ -55,11 +55,11 @@
 ```
 #### Invocation with Sentence Splitting
 ```
-echo -n -e ' This ist a start of a text. And this is a sentence!!! But what the hack????\x0a\x03\x0aAnd this is another text.\n\x03\nAnd this a sentence without marker\n' |\
-   java -jar target/KorAP-Tokenizer-1.3-SNAPSHOT.jar --positions --sentence-boundaries
-1 5 6 9 10 11 12 17 18 20 21 22 23 27 27 28 29 32 33 37 38 40 41 42 43 51 51 54 55 58 59 63 64 67 68 72 72 76 
+echo -n -e ' This ist a start of a text. And this is a sentence!!! But what the hack????\x0a\x04\x0aAnd this is another text.'  |\
+   java -jar target/KorAP-Tokenizer-1.3-SNAPSHOT-standalone.jar --no-tokens --positions --sentence-boundaries
+1 5 6 9 10 11 12 17 18 20 21 22 23 27 27 28 29 32 33 37 38 40 41 42 43 51 51 54 55 58 59 63 64 67 68 72 72 76
 1 28 29 54 55 76
-0 3 4 8 9 11 12 19 20 24 24 25 
+0 3 4 8 9 11 12 19 20 24 24 25
 0 25
 ```