summaryrefslogtreecommitdiffstats
path: root/.examples
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2017-08-16 18:25:16 +0200
committerTilo Spannagel <development@tilosp.de>2017-09-27 13:29:14 +0200
commitd14e45155a29e5b662512b2ef5db6cfac4cfef79 (patch)
tree0cbd804f49f565c0a06212404a7889ad6ec3109b /.examples
parent1d89df6da723fd42f33d90a5480dad0a61943021 (diff)
Fix Typos
Diffstat (limited to '.examples')
-rw-r--r--.examples/README.md (renamed from .examples/Readme.md)8
1 files changed, 4 insertions, 4 deletions
diff --git a/.examples/Readme.md b/.examples/README.md
index 3268d8e1..d240499e 100644
--- a/.examples/Readme.md
+++ b/.examples/README.md
@@ -13,9 +13,9 @@ The Dockerfiles use the default images as base image and build on top of it.
Example | Description
------- | -------
-[cron]() | uses supervisord to run the cron job inside the container (so no extra container is needed).
-[imap]() | adds dependency to authentificate user via imap
-[smb]() | adds dependency to use smb shares
+[cron]() | uses supervisor to run the cron job inside the container (so no extra container is needed).
+[imap]() | adds dependencies required to authenticate users via imap
+[smb]() | adds dependencies required to use smb shares
@@ -23,7 +23,7 @@ Example | Description
## docker-compose
In `docker-compose` additional services are bundled to create a complete nextcloud installation. The examples are designed to run out-of-the-box.
-Before running the examples you have to modify the `db.env` and `docker-compose` file and fill in your custum information.
+Before running the examples you have to modify the `db.env` and `docker-compose` file and fill in your custom information.
**TODO: ADD INSECURE DESCRIPTION**