diff --git a/README.md b/README.md
index 5e0a3a4..a924c7d 100644
--- a/README.md
+++ b/README.md
@@ -8,21 +8,21 @@ and exactly once in each column.
_Example:_
-
+
a Latin square of order 3
A **Sudoku Latin square** is a Latin square of order 9 on the symbol set {1,..., 9} that
-is partitioned into 3 _×_ 3 squares, and each square contains all symbols.
+is partitioned into 3 _×_ 3 squares, and each square contains all symbols.

-This can also be represented as
+This can also be represented as

-This can be further represented as a list of variables:
+This can be further represented as a list of variables:

-And we represent the whole sudoku latin square as a list of lists.
+And we represent the whole sudoku latin square as a list of lists.

So, in total, we have a list of rows.