diff --git a/assign4/README.md b/assign4/README.md
index ad6764adc369e06f725c2839e754f249656326a9..dab475b9fe21884de0762bf9faea8c457657dd3b 100644
--- a/assign4/README.md
+++ b/assign4/README.md
@@ -47,9 +47,9 @@ Define a core data `Track` entity that contains, at a minimum, a name,
 a timestamp, and a sequence of coordinates.
 
 You could create multiple entity types, such as a *Track* and a *Point*, and
-then establish relationships between them. It is also acceptable 
+then establish relationships between them (full credit). It is also acceptable 
 to serialize the set of points as a JSON, and represent that in the Track as
-"binary data".
+"binary data" (-3 pts).
 
 ## Step 4: Track Tab (25 pts)
 This tab should show all saved tracks, allow deleting of individual tracks