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)