From 03f40f92bfbf3b83dc597a60ba36582505adfa54 Mon Sep 17 00:00:00 2001 From: winsoft666 Date: Sat, 19 Mar 2022 18:49:21 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c7a847..3809a3d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ English | [ 简体中文](README_ch.md) # 1. Introduction -Although there are many mature and powerful download tools, such as `Free Download Manager`, `Aria2`, etc., but when I want to find one that supports multiple protocols (such as http, ftp), multi-threaded download, resumable download, cross-platform, open source libraries, I realized that it difficult to find satisfactory ones, especially those developed in C++. So I developed this download library named "teemo" based on libcurl, which can support the following features: +Although there are many mature and powerful download tools, such as `Free Download Manager`, `Aria2`, etc., but when I want to find a file download library that supports multiple protocols (such as http, ftp), multi-threaded, resumable, cross-platform, open source, I realized that it's a difficult work, especially developed in C++. So I developed this download library named "teemo" based on libcurl, which can support the following features: ✅ Support Multi-protocol. Since teemo based on libcurl, so it supports all protocols that same as libcurl.