From 6ad25ebcac2cadacb91dffefc8d74640caa1fbaa Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Wed, 27 Oct 2021 11:32:03 -0400
Subject: [PATCH] auto

---
 assign4/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assign4/README.md b/assign4/README.md
index ad6764a..dab475b 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
-- 
GitLab