From db8163821ca96064c866512152184f6c81de5d23 Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@umd.edu>
Date: Mon, 30 Sep 2019 17:36:26 -0400
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8dab38b..ecaf214 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).
-- 
GitLab