From 8756330f671425dd6ff65e678e401bc59eae47ed Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Tue, 24 Jul 2018 03:00:18 +0100 Subject: [PATCH] modified readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6409c52..b7c3383 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Have you ever wanted to mount those HTTP directory listings as if it was a partition? Look no further, this is your solution. HTTPDirFS stands for Hyper Text Transfer Protocol Directory Filesystem -The performance of the program is excellent, due to the use of curl-multi interface. HTTP connections are reused. I haven't benchmarked it, but I feel this is faster than ``rclone mount``. +The performance of the program is excellent, due to the use of curl-multi interface. HTTP connections are reused, and HTTP pipelining is used when available. I haven't benchmarked it, but I feel this is faster than ``rclone mount``. ## Usage ./httpdirfs -f $URL $YOUR_MOUNT_POINT