From c1f0b6bc2a904d92b824fce1ea325fd02cd11e84 Mon Sep 17 00:00:00 2001 From: codedread Date: Sat, 14 Mar 2020 10:45:30 -0700 Subject: [PATCH] Tidy up README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1ecaa7e..cc9d30b 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,6 @@ function receiveOneFile(e) { function displayZipContents() { // Now sort your received files and show them or whatever... } - -function ``` The unarchivers also support streaming, if you are receiving the zipped file from a slow place (a Cloud API, for instance). For example: