From dc8bbd27163d7191b89089c7ead22096fa14097c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisendo=CC=88rfer?= Date: Sat, 16 Mar 2013 22:25:33 +0100 Subject: [PATCH] Arrange, typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97fda17..9e59024 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ A dedicated file upload server written in Go. +## Roadmap + The goal for this code base is to come up with a good and simple solution for resumable file uploads over http. -## Roadmap - * Defining good http API * Implementing a reasonably robust server for it -* Creating HTML5 client +* Creating an HTML5 client * Setting up an online demo * Integrating Amazon S3 for storage * Creating an iOS client