From ace89a4f288c53e0f7d52ba0edb9193421855d0b Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sat, 2 Oct 2021 13:43:29 +0530 Subject: [PATCH] feat: Add renderer url config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bbdfb7a31..ad25caee67 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ docker run --publish 8000:80 ghcr.io/mermaid-js/mermaid-live-editor ### To configure renderer URL -Set the Environment variable MERMAID_RENDERER_URL to the rendering service. +When building, Set the Environment variable MERMAID_RENDERER_URL to the rendering service. Default is `https://mermaid.ink` ### Development