From a84691692728aa8d814e6a75783451c626ab55aa Mon Sep 17 00:00:00 2001 From: Ion Munteanu Date: Fri, 3 Jan 2020 21:03:57 +0200 Subject: [PATCH] Fix type in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 963076e..345aac1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ services: ui: image: idobry/chartmuseumui:latest environment: - CHART_MUSESUM_URL: "http://chartmuseum:8080" + CHART_MUSEUM_URL: "http://chartmuseum:8080" ports: - 80:8080 chartmuseum: @@ -90,7 +90,7 @@ In the browser, navigate to localhost and view your charts To use ChartMuseumUI on a ChartMuseum with Multitenancy support enabled, add the following environment variable to ChartMuseumUI ``` -CHART_MUSESUM_API_GET_CHARTS: "/api/org1/charts" +CHART_MUSEUM_API_GET_CHARTS: "/api/org1/charts" ``` Currently only one organization is allowed per ChartMuseumUI.