summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaeyanie <me@maeyanie.com>2018-02-13 17:51:33 -0500
committerGitHub <noreply@github.com>2018-02-13 17:51:33 -0500
commit68947928ae8d17abce6e010d41ca625f4ac76bac (patch)
tree79bb39ac4d7d4a5bb50ca465584f4d5ca2cfa0fa /README.md
parent80a384c2b6bf3c642c730d4cc7929742ee896094 (diff)
Grammar fix in README.md
Apostrophes are not intended to be used as warnings to the reader that an S is approaching.
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 786df02b..aa03b89f 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ A safe home for all your data. Access & share your files, calendars, contacts, m
# How to use this image
This image is designed to be used in a micro-service environment. There are two versions of the image you can choose from.
-The `apache` tag contains a full Nextcloud installation including an apache web server. It is designed to be easy to use and get's you running pretty fast. This is also the default for the `latest` tag and version tags that are not further specified.
+The `apache` tag contains a full Nextcloud installation including an apache web server. It is designed to be easy to use and gets you running pretty fast. This is also the default for the `latest` tag and version tags that are not further specified.
The second option is a `fpm` container. It is based on the [php-fpm](https://hub.docker.com/_/php/) image and runs a fastCGI-Process that serves your Nextcloud page. To use this image it must be combined with any webserver that can proxy the http requests to the FastCGI-port of the container.