From d86350b52d84bc925dd029b7c4543a666f543e56 Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Sun, 3 May 2020 09:11:02 -0400
Subject: [PATCH] auto

---
 assign5/assign5.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/assign5/assign5.md b/assign5/assign5.md
index 7c5c012..4caa011 100644
--- a/assign5/assign5.md
+++ b/assign5/assign5.md
@@ -93,7 +93,7 @@ Make sure that at this point you can run the app, which should start in your
 hitting the "Back" button should take you back.
 
 ## Step 3: Build the URL Uploader controller
-This controller will just allow the user to input a URL and description (through `TextField`s) and insert into
+This controller will just allow the user to input a URL, description (through `TextField`s), maybe a comma-separated "tags", and insert into
 the database. A url and description can be inserted as follows:
 ```
 root.child("urls").childByAutoId().setValue(["name": "Meditation Sheep", 
@@ -234,6 +234,7 @@ https://sedna.cs.umd.edu/436clips/vids/horses.mp4"
   max).
 - I will build another small app that can be used to regenerate/reset the database. Link
   will be here soon.
+
   
 ## Grading
 - 20 pts: general structure, w/ distinct view controllers for the main screen, the player,
-- 
GitLab