From abf1edf39cf224b0ac2dc26d06b39789a45095d9 Mon Sep 17 00:00:00 2001 From: Rogiel Date: Wed, 7 Sep 2011 23:57:01 -0300 Subject: [PATCH] Updated README --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index 0eb2991..88d200f 100644 --- a/README +++ b/README @@ -1,4 +1,5 @@ -# What is this? +== What is this? == + This is a Java Library written to simplify download and upload from multiple free share sites. @@ -7,4 +8,9 @@ capable of almost everything! Upload and downloads are done through Java.NIO Channels and with those you can stream the file, both up and down. Also, if you wish, you can easily (with less than 10 lines!) implement an -file copier. It downloads the file from one server and transfer it to another! \ No newline at end of file +file copier. It downloads the file from one server and transfer it to another! + +== Can I use it already? == +The API is basically done, but so far not much servers are supported, but you +are, however, free to use it already! By the way, once you start using it, if +you develop any new service, please share with me! \ No newline at end of file