From dddf9979db34e4f99143a7f32f244afe47424fa6 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 ec77859..cdcb761 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,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`.