diff --git a/README.md b/README.md
index 8dab38b097e702d455b8ad5004b17e23307a6645..ecaf21475ea978d662135636decf1e6aa0141914 100644
--- a/README.md
+++ b/README.md
@@ -221,7 +221,7 @@ Save your function to file `function.sql`.
   programming language. The result is that you can write a database application without
   using SQL at all.
 
-We will re-write the previous program with exactly the same semantics, but using an object
+We will re-write Question 2 with exactly the same semantics, but using an object
 model approach instead. Notes:
 1. There are many python ORMs, including [Django](https://www.djangoproject.com/), but we
 will use the simpler [peewee](https://github.com/coleifer/peewee).