From 87e2daf455a697beedae72b0194aef674d2e1597 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Wed, 30 Nov 2016 15:47:17 -0800 Subject: [PATCH] minor readme edits --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c263302c..44b9ff3a 100644 --- a/README.md +++ b/README.md @@ -100,17 +100,15 @@ and 31314. ``` Set the FISSION_URL and FISSION_ROUTER environment variables. -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.) +FISSION_URL should be prefixed with a `http://`. (FISSION_ROUTER is +only needed for the examples below to work.) If you're using minikube, use these commands: ``` - $ export FISSION_ROUTER=$(minikube ip):31314 - $ export FISSION_URL=http://$(minikube ip):31313 + $ export FISSION_ROUTER=$(minikube ip):31314 ```