From d3e5282e85542a2b9ac36c61bb884de97398dbf6 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Tue, 24 Jul 2018 02:54:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc57da0..6409c52 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 +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``. ## Usage ./httpdirfs -f $URL $YOUR_MOUNT_POINT