From cd89ef5c73d91e96583117ff9144c20b454c7ed8 Mon Sep 17 00:00:00 2001 From: Nat Makarevitch Date: Mon, 10 Jul 2023 22:34:45 +0800 Subject: [PATCH] README.md: minor fixes (#4652) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a41d9af30..a2ac00a5e 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ SeaweedFS can transparently integrate with the cloud. With hot data on local cluster, and warm data on the cloud with O(1) access time, SeaweedFS can achieve both fast local access time and elastic cloud storage capacity. What's more, the cloud storage access API cost is minimized. -Faster and Cheaper than direct cloud storage! +Faster and cheaper than direct cloud storage! [Back to TOC](#table-of-contents) @@ -132,7 +132,7 @@ Faster and Cheaper than direct cloud storage! * Automatic Gzip compression depending on file MIME type. * Automatic compaction to reclaim disk space after deletion or update. * [Automatic entry TTL expiration][VolumeServerTTL]. -* Any server with some disk spaces can add to the total storage space. +* Any server with some disk space can add to the total storage space. * Adding/Removing servers does **not** cause any data re-balancing unless triggered by admin commands. * Optional picture resizing. * Support ETag, Accept-Range, Last-Modified, etc. @@ -145,7 +145,7 @@ Faster and Cheaper than direct cloud storage! [Back to TOC](#table-of-contents) ## Filer Features ## -* [Filer server][Filer] provides "normal" directories and files via http. +* [Filer server][Filer] provides "normal" directories and files via HTTP. * [File TTL][FilerTTL] automatically expires file metadata and actual file data. * [Mount filer][Mount] reads and writes files directly as a local directory via FUSE. * [Filer Store Replication][FilerStoreReplication] enables HA for filer meta data stores.