diff --git a/assign3.md b/assign3.md
index dc5c9d8325b1343f83433554c70e63c337b4e83f..5ca5a9de8de173f8ac1636ef0006e859e635d197 100644
--- a/assign3.md
+++ b/assign3.md
@@ -1,5 +1,5 @@
 # Assignment 3: Fancy Triples
-**Due: Apr 5, 2020, 11:59:59 pm, v1**
+**Due: Apr 5, 2020, 11:59:59 pm, v1.01**
 
 
 ## Goals
@@ -87,7 +87,7 @@ You cannot run at this point because your `IBOutlet`s refer to non-existent view
 
 ## Task 2: Change the model
 
-Your model is conceptually unchanged. However, the view controller is
+Your model is conceptually unchanged. However, **the view** is
 now going to animate tile movement, and therefore needs to recognize
 specific tiles in order to identify tile movements.