Update README.md
diff --git a/README.md b/README.md
index db34147..5c3dd59 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,9 @@
 
 Encoder takes 2 bits of input (namely A and B) and generates 6 bits of output in the form (AB Y1W1 Y2W2)
 
-First couple of parity bits (Y1W1) are generated from normal ordered input data.
-Second couple of parity bits (Y2W2) are generated from interleaved input data.
+First couple of parity bits (Y1W1) are generated from normal ordered input data while second couple of parity bits (Y2W2) are generated from interleaved input data.
+
+The design involves 2 paths one of which is used for interleaved input data.
 
 #### Top-Level Diagram
 ![alt text](docs/encoder_schematic.png)