From 7912a812f1ca81305793812af657a7947f43a34c Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 6 Jun 2019 09:15:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 527e8fdcc..3ca872324 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ SeaweedFS can work very well with just the object store. [[Filer]] can then be a * [filer server][Filer] provide "normal" directories and files via http. * [mount filer][Mount] to read and write files directly as a local directory via FUSE. * [Amazon S3 compatible API][AmazonS3API] to access files with S3 tooling. -* [Erasure Coding for warm storage] [ErasureCoding] to reduce storage cost. +* [Erasure Coding for warm storage][ErasureCoding] to reduce storage cost. * [Hadoop Compatible File System][Hadoop] to access files from Hadoop/Spark/Flink/etc jobs. * [Async Backup To Cloud][BackupToCloud] has extremely fast local access and backups to Amazon S3, Google Cloud Storage, Azure, BackBlaze. * [WebDAV] access as a mapped drive on Mac and Windows, or from mobile devices.