From f9f8e80983c92d4ae668d30f9baa9ed155f7d32a Mon Sep 17 00:00:00 2001 From: Diptesh Choudhuri Date: Sat, 3 Sep 2022 18:27:34 +0530 Subject: [PATCH] Updated Deployment examples (markdown) --- Deployment-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deployment-examples.md b/Deployment-examples.md index fd62562..bd643a0 100644 --- a/Deployment-examples.md +++ b/Deployment-examples.md @@ -145,4 +145,4 @@ dokku git:from-image "$APPNAME" vaultwarden/server:latest ``` Copy the above script to your dokku host and run it. Once the script succeeds, the web vault will be -available at https://$APPNAME.dokku.me. \ No newline at end of file +available at `https://$APPNAME.dokku.me`. \ No newline at end of file