Skip to content

Commit 520c562

Browse files
alexmvtimabbott
authored andcommitted
README: Expand some words.
1 parent 9a66118 commit 520c562

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To use `docker-zulip`, you need the following:
3232
engine.
3333
- We [recommend at least 2GB of available RAM][prod-requirements] for
3434
running a production Zulip server; you'll want 4GB if you're
35-
building the container (rather than using the prebuilt images). If
35+
building the container (rather than using the pre-built images). If
3636
you're just testing and/or aren't expecting a lot of users/messages,
3737
you can get away with significantly less especially for the
3838
`postgres`, `memcached`, etc. containers, because Docker makes it
@@ -97,7 +97,7 @@ sample configuration to run that Zulip server with each of the major
9797

9898
## Running a Zulip server with docker-compose
9999

100-
To use this project, we recommend starting by cloning the repo (since
100+
To use this project, we recommend starting by cloning the repository (since
101101
you'll want to edit the `docker-compose.yml` file in this project):
102102

103103
```
@@ -183,11 +183,11 @@ which you need to encode in the YAML file. For example,
183183
**Reducing RAM usage**. By default, the Zulip server automatically detect
184184
whether the system has enough memory to run Zulip queue processors in the
185185
higher-throughput but more multiprocess mode (or to save 1.5GiB of RAM with
186-
the multithreaded mode). This algorithm might see the host's memory, not the
186+
the multi-threaded mode). This algorithm might see the host's memory, not the
187187
docker container's memory. Set to `QUEUE_WORKERS_MULTIPROCESS` to `true` or
188188
`false` to override the automatic calculation.
189189

190-
**SSL Certificates**. By default, the image will generate a self-signed cert.
190+
**SSL Certificates**. By default, the image will generate a self-signed certificate.
191191
You can set `SSL_CERTIFICATE_GENERATION: "certbot"` within `docker-compose.yml`
192192
to enable automatically-renewed Let's Encrypt certificates. By using certbot
193193
here, you are agreeing to the [Let's Encrypt

0 commit comments

Comments
 (0)