diff --git a/README.md b/README.md
index 9c26f9dc4fa9c67920d2bcdfe8c40db9f650e79d..38f2ea58f010d4ea41a10420e09cd7ddb3a2ebdd 100644
--- a/README.md
+++ b/README.md
@@ -28,3 +28,5 @@ Constraint.oddTurn(Pillar P0, Pillar P1) and
 Constraint.evenTurn(Pillar P0, Pillar P1).
 
 6.Hanoi.present() is now named Hanoi.printResult().
+
+7.The constraint for each move is printed as well in Constraint.oddTurn() and Constraint.EvenTurn().