From d47ed312750ed27fea49b7c2e8fd18918d03a07f Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Mon, 9 Mar 2015 12:03:12 +0000 Subject: [PATCH] Update README.md minor doc update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e2360b2..8acae1aa 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Transactions can be executed within both shared and detached call chains in almo 6. Resolves with the callback result, if success; rejects with the reason, if failed. + Example of a detached transaction: ```javascript var promise = require('promise');