From f694d6f839d205f1ff9a4cbdb359f08b099ce640 Mon Sep 17 00:00:00 2001 From: Nick Fox Date: Wed, 26 Dec 2018 10:30:21 -0500 Subject: [PATCH] Add missing trailing slash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f49dfc3d..38c3642f 100644 --- a/README.md +++ b/README.md @@ -391,7 +391,7 @@ Note that if SMTP and invitations are enabled, invitations will be sent to new u ```sh docker run -d --name bitwarden \ ... --e DOMAIN=https://vault.example.com +-e DOMAIN=https://vault.example.com \ ... ```