From 1fb9c48867898863b4c92a84329a6409c08b4b73 Mon Sep 17 00:00:00 2001 From: Nigel Deakin Date: Fri, 29 Sep 2017 12:12:16 +0100 Subject: [PATCH] Add README for hotfunctions go example and update docs to point to it --- docs/hot-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hot-functions.md b/docs/hot-functions.md index c69c715e7..1028ae00b 100644 --- a/docs/hot-functions.md +++ b/docs/hot-functions.md @@ -56,7 +56,7 @@ The next step in the cycle is to do some processing: ``` And finally, we return the result with a `Content-Length` header, so -Functions daemon would know when to stop reading the gotten response. +Fn would know when to stop reading the gotten response. ```go res := http.Response{