aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-04-04 12:24:03 -0700
committerGitHub <noreply@github.com>2021-04-04 12:24:03 -0700
commit7cf7e05cbbdd24e3708f5370dc57a38859e88795 (patch)
treea9f36b01509d535cb50a3a8f15fd07de18eb99ca
parent5dca98fe71948c355ff608b59f4fa8389faa8ece (diff)
parent404cf9db47b8c91a07cee42122d83fd6f319c437 (diff)
downloadseaweedfs-7cf7e05cbbdd24e3708f5370dc57a38859e88795.tar.xz
seaweedfs-7cf7e05cbbdd24e3708f5370dc57a38859e88795.zip
Merge pull request #1960 from xdevs23/patch-1
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 408a621dd..51c45f9e6 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,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 running `weed volume -dir="/some/data/dir2" -mserver="<master_host>:9333" -port=8081` locally, or on a different machine, or on thoudsands of machines. That is it!
+Also, to increase capacity, just add more volume servers by running `weed volume -dir="/some/data/dir2" -mserver="<master_host>:9333" -port=8081` locally, or on a different machine, or on thousands of machines. That is it!
## Introduction ##