Commit 5d75117e306de909d32143f553f32caf3530649c

Thomas de Grivel 2021-12-29T17:25:39

readme

diff --git a/README.md b/README.md
index b0dba5b..b83dc22 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
 # kv 1.0
 
+
 ## Specification
 
 ```
@@ -26,9 +27,11 @@ K5 = V5 : M2
   K = V : K1 | K2 | K3 | K4 | K5
 ```
 
+
 ## Parser
 
-The parser will emit start and end events for M1 and KV.
+The parser will emit events for KV.
+
 
 ## Command line interface
 
@@ -47,10 +50,12 @@ Will output concatenated values of INPUT for keys A, B.B1 and C.C1.C2.
 Will quote INPUT according to (K1 | K2 | K3 | K4) whichever is best.
 ```
 
+
 ## Reference implementation
 
 The reference implementation of kv is implemented in ANSI C.
 
+
 ## Other implementations
 
 ### TODO