diff --git a/examples/tutorial/hotfunctions/http/go/README.md b/examples/tutorial/hotfunctions/http/go/README.md index a785ecd93..c5f8e73c6 100644 --- a/examples/tutorial/hotfunctions/http/go/README.md +++ b/examples/tutorial/hotfunctions/http/go/README.md @@ -14,6 +14,7 @@ export FN_REGISTRY= Build and deploy the function to the Fn server (default localhost:8080) +```sh fn deploy --app hot-app ```