aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-01-05 12:41:11 -0800
committerGitHub <noreply@github.com>2021-01-05 12:41:11 -0800
commita08e9d59ecaaa563b993478359aab6794b2d7269 (patch)
treebcc67d1992731f67a8dfe452c4901bc623a6feba
parenteaac1a1393ab006383e00c70c37a9725d506263c (diff)
downloadseaweedfs-a08e9d59ecaaa563b993478359aab6794b2d7269.tar.xz
seaweedfs-a08e9d59ecaaa563b993478359aab6794b2d7269.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 01be6d791..8edaa6075 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Table of Contents
* Download the latest binary from https://github.com/chrislusf/seaweedfs/releases and unzip a single binary file `weed` or `weed.exe`
* Run `weed server -dir=/some/data/dir -s3` to start one master, one volume server, one filer, and one S3 gateway.
-Also, to increase capacity, just add more volume servers by `weed volume -dir="/some/data/dir2" -mserver="<master_host>:9333" -port=8081` locally or a different machine. That is it!
+Also, to increase capacity, just add more volume servers by `weed volume -dir="/some/data/dir2" -mserver="<master_host>:9333" -port=8081` locally, or a different machine, or thoudsands of machines. That is it!
## Introduction ##