From ac31ce1bcc300dd42f2a16575c4c33df46638bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisendo=CC=88rfer?= Date: Sun, 17 Mar 2013 00:49:13 +0100 Subject: [PATCH] Update --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index cd72180..fef2fcd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Sounds interesting? Get notified when it's ready: http://tus.io/ The goal for this code base is to come up with a good and simple solution for resumable file uploads over http. -* Defining a good http API +* Defining a good http API (in progress) * Implementing a minimal / robust server for it * Creating an HTML5 client * Setting up an online demo @@ -84,15 +84,12 @@ upload: ``` { "id": "123d3ebc995732b2", - "url": "http://tus.example.com/files/123d3ebc995732b2", "received": 0, "size": 0, "parts": [] } ``` -@TODO Document resume operation - ## License This project is licensed under the AGPL v3.