diff --git a/assign5/assign5.md b/assign5/assign5.md
index 7c5c0121f685ee41f0d50e1df1ad024c08018c23..4caa011611a8359d6e636a078631059f24b2bcf0 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,