From bef7039aa51c56298235de2bc4b46774adb76f52 Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 8 Nov 2016 16:33:42 +0100 Subject: [PATCH] Add tus.io logo to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb825f0..2bb933b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # tusd +Tus logo + > **tus** is a protocol based on HTTP for *resumable file uploads*. Resumable > means that an upload can be interrupted at any moment and can be resumed without > re-uploading the previous data again. An interruption may happen willingly, if