diff options
| author | Simão Gomes Viana <devel@superboring.dev> | 2021-04-04 20:38:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-04 20:38:38 +0200 |
| commit | 404cf9db47b8c91a07cee42122d83fd6f319c437 (patch) | |
| tree | a9f36b01509d535cb50a3a8f15fd07de18eb99ca | |
| parent | 5dca98fe71948c355ff608b59f4fa8389faa8ece (diff) | |
| download | seaweedfs-404cf9db47b8c91a07cee42122d83fd6f319c437.tar.xz seaweedfs-404cf9db47b8c91a07cee42122d83fd6f319c437.zip | |
README: fix typo
thoudsands → thousands
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ## |
