From abb97188648bf291320e84ddcc19dfa0a78624f1 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Fri, 19 Jan 2018 19:10:56 +0000 Subject: [PATCH] Update asynchronous.md --- guide/asynchronous.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/asynchronous.md b/guide/asynchronous.md index c83f8a35..16288f47 100644 --- a/guide/asynchronous.md +++ b/guide/asynchronous.md @@ -15,7 +15,7 @@ Summary of modes for calling functions via API Gateway: | Asynchronous | POST | http://gateway:8080/async-function/{function_name} | Yes | Yes | Yes [#369](https://github.com/openfaas/faas/issues/369) | | Asynchronous | GET | Not supported | - | - | - | -This work was carried out under [PR #131](https://github.com/openfaas/faas/pull/131). +> Note: This work was originally carried out under [PR #131](https://github.com/openfaas/faas/pull/131). *Logical flow for synchronous functions:*