diff --git a/guide/asynchronous.md b/guide/asynchronous.md index a8c561a5..09d76689 100644 --- a/guide/asynchronous.md +++ b/guide/asynchronous.md @@ -24,9 +24,11 @@ As of [PR #131](https://github.com/openfaas/faas/pull/131) asynchronous invocati Here is a conceptual diagram -![](https://user-images.githubusercontent.com/6358735/29469109-cc03c244-843e-11e7-9dfd-a540799dac28.png) +screen shot 2017-10-26 at 15 55 19 -* [queue-worker](https://github.com/open-faas/nats-queue-worker) +You can also use asynchronous calls with a callback URL + +screen shot 2017-10-26 at 15 55 06 ## Deploy the async stack