diff --git a/README.md b/README.md
index 9d3b262639cebbe463d1cc238f2d6fc33a813434..f659b2a1f2baa8d421728e219fb6de68aca4642d 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.