From 5ebb5ca7dc100ea4cfefc2f6a454c074638307b3 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 8 Nov 2017 19:07:03 +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 00679cdd..359c9241 100644 --- a/guide/asynchronous.md +++ b/guide/asynchronous.md @@ -61,7 +61,7 @@ $ kubectl -f apply ./faas.async.yml,nats.yml Functions do not need to be modified to work asynchronously, just use this alternate route: ``` -$ http://gateway/async-function/{function_name} +http://gateway/async-function/{function_name} ``` If you want the function to call another function or a different endpoint when it is finished then pass the `X-Callback-Url` header. This is optional.