From 4bc6bd183cd97a56dc4127c80e528a63cc03cacd Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Fri, 8 May 2020 08:50:01 -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 39a4344..7bc70e2 100644
--- a/assign5/assign5.md
+++ b/assign5/assign5.md
@@ -277,5 +277,6 @@ You may do at most one of these two bonus tasks. Each 15 pts, redeemable on fina
   though I suggest using Firebase Storage. Note that the Spark plan has a 1GB monthly
   limit of both storage and data transfer, so I suggest you keep your videos under
   5MB. The [AVCaptureSessionPresetLow](https://developer.apple.com/documentation/avfoundation/avcapturesessionpreset640x480) preset might be appropriate.
-- Resize or otherwise modify existing video in your app.
+- Upload video into your app, resize or otherwise modify it, and write
+  it back out. I suggest using Firebase Storage as your destination.
 
-- 
GitLab