aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2018-06-17 02:57:30 -0700
committerGitHub <noreply@github.com>2018-06-17 02:57:30 -0700
commit5519dbd445b75fda63afd2e0940e58d1c4500e6f (patch)
tree19a9c11426d0fcc8b1f3dcfc7f67397f17c03c4a
parent7b621bb5e1bed46b92977b22d50cbab2dc4ae825 (diff)
downloadseaweedfs-5519dbd445b75fda63afd2e0940e58d1c4500e6f.tar.xz
seaweedfs-5519dbd445b75fda63afd2e0940e58d1c4500e6f.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 1370a9963..0e306fd4b 100644
--- a/README.md
+++ b/README.md
@@ -75,12 +75,13 @@ SeaweedFS started by implementing [Facebook's Haystack design paper](http://www.
* Servers in the same cluster can have different disk spaces, file systems, OS etc.
* Adding/Removing servers does **not** cause any data re-balancing
* Optional [filer server][Filer] provides "normal" directories and files via http
-* Optionally [mount filer][Mount] as a local directory to read and write
+* Optionally [mount filer][Mount] to read and write directly
* Optionally fix the orientation for jpeg pictures
* Support Etag, Accept-Range, Last-Modified, etc.
* Support in-memory/leveldb/boltdb/btree mode tuning for memory/performance balance.
[Filer]: https://github.com/chrislusf/seaweedfs/wiki/Filer
+[Mount]: https://github.com/chrislusf/seaweedfs/wiki/Mount
## Example Usage
By default, the master node runs on port 9333, and the volume nodes run on port 8080.