aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimão Gomes Viana <devel@superboring.dev>2021-04-04 20:38:38 +0200
committerGitHub <noreply@github.com>2021-04-04 20:38:38 +0200
commit404cf9db47b8c91a07cee42122d83fd6f319c437 (patch)
treea9f36b01509d535cb50a3a8f15fd07de18eb99ca /README.md
parent5dca98fe71948c355ff608b59f4fa8389faa8ece (diff)
downloadseaweedfs-404cf9db47b8c91a07cee42122d83fd6f319c437.tar.xz
seaweedfs-404cf9db47b8c91a07cee42122d83fd6f319c437.zip
README: fix typo
thoudsands → thousands
Diffstat (limited to 'README.md')
-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 ##