diff --git a/README.md b/README.md
index 1dda2cda0532dba9b1d9351d1d7e60b8fa2f3f82..df0fcddbc5b5f95c932f25b2a26e05bc405babe1 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,10 @@ def test_can_start_a_list_and_retrieve_it_later(self):
     ...
     time.sleep(1)
     ...
+    ...
+    self.check_for_row_in_list_table('1: Buy peacock feathers')
+    self.check_for_row_in_list_table('2: Use peacock feathers to make a fly')
+    ...
 ```
 - After
 ```python