Arrange, typo

This commit is contained in:
Felix Geisendörfer 2013-03-16 22:25:33 +01:00
parent 59b7342057
commit dc8bbd2716
1 changed files with 3 additions and 3 deletions

View File

@ -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