From cca8c0dad107c05e0c30d9ff242cad75e8f3974c Mon Sep 17 00:00:00 2001 From: "Ville Hellman (FxN)" Date: Tue, 29 Nov 2016 22:09:19 +0000 Subject: [PATCH] Updated README to include protocol scheme for FISSION_URL prefix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a21130a..9211839c 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ minikube, change all instances of LoadBalancer services to NodePort. ``` Save the external IP addresses of controller and router services in -FISSION_URL and FISSION_ROUTER, respectively. FISSION_URL is used by +FISSION_URL and FISSION_ROUTER, respectively. FISSION_URL should be prefixed with a `http://`. FISSION_URL is used by the fission CLI to find the server. (FISSION_ROUTER is only needed for the examples below to work.)