From 7d1802425abc1068be3b53e12f083a3665bb3615 Mon Sep 17 00:00:00 2001 From: Travis Reeder Date: Mon, 2 Oct 2017 20:14:51 -0700 Subject: [PATCH] Fix type --- examples/tutorial/hotfunctions/http/go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorial/hotfunctions/http/go/README.md b/examples/tutorial/hotfunctions/http/go/README.md index 1a118098d..6b3560a70 100644 --- a/examples/tutorial/hotfunctions/http/go/README.md +++ b/examples/tutorial/hotfunctions/http/go/README.md @@ -9,7 +9,7 @@ Install the CLI tool, start a Fn server and run `docker login` to login to Docke Set your Docker Hub username ```sh -export Fn_REGISTRY= +export FN_REGISTRY= ``` Build and deploy the function to the Fn server (default localhost:8080)