From 317767b0ee3e344d40f80a888a7bf37cc0259e77 Mon Sep 17 00:00:00 2001 From: Juraj Bednar Date: Sun, 14 Jul 2019 16:37:56 +0200 Subject: [PATCH] Fix typo in README fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f22304..f07ae6d 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Look at the `docker-compose.yml` file to see how to use it. ### Set private key -Private key is settable by environment or by copying file in `hostname/private_key` in docket volume (`hostname` is the link name). +Private key is settable by environment or by copying file in `hostname/private_key` in docker volume (`hostname` is the link name). It's easier to pass key in environment with `docker-compose`.