aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2019-05-03 10:57:03 -0700
committerGitHub <noreply@github.com>2019-05-03 10:57:03 -0700
commit602d63eb4c045afdd6a50396dac7810b6657745c (patch)
tree39830831903a9689c407d35e8e1b942a985ea478
parent047169a5c27e9d8c112b001946141f6f4b5cf23e (diff)
downloadseaweedfs-602d63eb4c045afdd6a50396dac7810b6657745c.tar.xz
seaweedfs-602d63eb4c045afdd6a50396dac7810b6657745c.zip
Update README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a41b750c..1d99c396e 100644
--- a/README.md
+++ b/README.md
@@ -114,13 +114,14 @@ SeaweedFS can work very well with just the object store. [[Filer]] can then be a
* [Amazon S3 compatible API][AmazonS3API] to access files with S3 tooling.
* [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][WebDAV] access as a mapped drive on Mac and Windows, or from mobile devices.
+* [WebDAV] access as a mapped drive on Mac and Windows, or from mobile devices.
[Filer]: https://github.com/chrislusf/seaweedfs/wiki/Directories-and-Files
[Mount]: https://github.com/chrislusf/seaweedfs/wiki/Mount
[AmazonS3API]: https://github.com/chrislusf/seaweedfs/wiki/Amazon-S3-API
[BackupToCloud]: https://github.com/chrislusf/seaweedfs/wiki/Backup-to-Cloud
[Hadoop]: https://github.com/chrislusf/seaweedfs/wiki/Hadoop-Compatible-File-System
+[WebDAV]: https://github.com/chrislusf/seaweedfs/wiki/WebDAV
[Back to TOC](#table-of-contents)