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