diff --git a/README.md b/README.md index 88a0087..e674679 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ This library provides multithreading download over Http. Using multithreading do FTP download will be supported when it is ready
+
+````csharp
void InitAndStart()
{
var url = "http://ipv4.download.thinkbroadband.com/100MB.zip";
@@ -68,7 +69,7 @@ void downloader_Completed(object sender, EventArgs e)
{
MessageBox.Show("Download Completed");
}
-
+````