Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Mar 10, 2015
1 parent c9a61e4 commit 5a54509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ A detached transaction acquires a connection and exposes object ```ctx``` to let
And when executing a transaction within a shared connection chain, the only thing that changes is that parameter ```ctx``` becomes the
same as parameter ```sco``` from opening a shared connection, so either one can be used inside such a transaction interchangeably.

###### Example of a shared transaction:
###### Shared-connection transaction:
```javascript
var promise = require('promise');
var sco; // shared connection object;
Expand Down

0 comments on commit 5a54509

Please sign in to comment.