diff --git a/docs/hot-functions.md b/docs/hot-functions.md index 1028ae00b..00156bbd5 100644 --- a/docs/hot-functions.md +++ b/docs/hot-functions.md @@ -13,7 +13,7 @@ Thus, it means that once you decide to use a hot function, you must be able to tell the moment it should reading from standard input to start writing to standard output. -Currently, Functions implements a HTTP-like protocol to operate hot +Currently, Fn implements a HTTP-like protocol to operate hot containers, but instead of communication through a TCP/IP port, it uses standard input/output. @@ -83,7 +83,7 @@ In your func.yaml, add "format: http". That's it.