From be7b63dc464c7b558f3c6ae2234fcc5f5eb3a020 Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Sun, 19 Apr 2020 12:23:53 -0400
Subject: [PATCH] auto

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9d3b262..f659b2a 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,11 @@ It's unorthodox, but we want you to write all the code for two controllers toget
 
 You may work on this question in Xcode. 
 
-**Enter the full text of your `ViewController.swift` file (containing the full definitions of both controller types, plus anything else you need to define) it the answer field on GradeScope.**
+**Enter the full text of your `ViewController.swift` file (containing the full definitions of both controller types, 
+plus anything else you need to define) in the answer field on GradeScope.**
 
+And yes, this should compile and run correctly when we cut and paste into our version of the project.
 
+Hints:
+- you will need to *prepare()* for the segue.
+- a delegate protocol should be involved in returning the value back to the FirstController.
-- 
GitLab