From 37008d9aff43e7421ec7f60f649602a2d0e8106d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisendo=CC=88rfer?= Date: Sun, 17 Mar 2013 15:12:20 +0100 Subject: [PATCH] Move prior art section --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 951071b..25b7f66 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,6 @@ and switch. Below is the proposed HTTP API for resumable file uploading. -Prior art: - -* [Google Drive - Upload Files](https://developers.google.com/drive/manage-uploads) -* [Resumable Media Uploads in the Google Data Protocol](https://developers.google.com/gdata/docs/resumable_upload) (deprecated) -* [ResumableHttpRequestsProposal from Gears](http://code.google.com/p/gears/wiki/ResumableHttpRequestsProposal) (deprecated) - ### POST /files Used to create a resumable file upload. You may send parts or all of your file @@ -153,6 +147,12 @@ Content-Type: image/jpg [file data] ``` +### Prior art: + +* [Google Drive - Upload Files](https://developers.google.com/drive/manage-uploads) +* [Resumable Media Uploads in the Google Data Protocol](https://developers.google.com/gdata/docs/resumable_upload) (deprecated) +* [ResumableHttpRequestsProposal from Gears](http://code.google.com/p/gears/wiki/ResumableHttpRequestsProposal) (deprecated) + ## FAQ ### Who is behind this?