diff --git a/README.md b/README.md
index 2f87428..eccf985 100644
--- a/README.md
+++ b/README.md
@@ -20,13 +20,13 @@ This provides flexibility in how you manage your task lists.
**Example 1: Parent state updates from children**
-
+
*Checking the last child causes the parent to become checked. Unchecking any child unchecks the parent (requires `enableAutomaticParentState` setting).*
**Example 2: Child state updates from parent**
-
+
*Manually checking/unchecking the parent checkbox cascades the state change to all children (requires `enableAutomaticChildState` setting).*