aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Fox <[email protected]>2018-12-26 10:30:21 -0500
committerNick Fox <[email protected]>2018-12-26 10:30:21 -0500
commitf694d6f839d205f1ff9a4cbdb359f08b099ce640 (patch)
tree8496936acea9f6a76a7303ed2055b394347b2f03
parentb20516d645a2eeb0c626e666ae4f62f67880105b (diff)
downloadvaultwarden-f694d6f839d205f1ff9a4cbdb359f08b099ce640.tar.gz
vaultwarden-f694d6f839d205f1ff9a4cbdb359f08b099ce640.zip
Add missing trailing slash
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 \
...
```