Skip to content

Commit c127b1c

Browse files
author
manolodewiner
committed
text improvement in readme
1 parent e2da497 commit c127b1c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/source/readme.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,18 @@ Older versions
4646

4747
**Version 4.x.x**
4848

49-
As part of the changes in the BigchainDB 2.0 server, some endpoint were
49+
As part of the changes in the BigchainDB 2.0 server, some endpoints were
5050
modified. In order to be consistent with them, the JS driver does not have
5151
anymore the `pollStatusAndFetchTransaction()` method as there are three
52-
different ways of posting a transaction.
52+
different ways of posting a transaction:
53+
5354
- `async` using the `postTransaction`: the response will return immediately and not wait to see if the transaction is valid.
5455
- `sync` using the `postTransactionSync`: the response will return after the transaction is validated.
5556
- `commit` using the `postTransactionCommit`: the response will return after the transaction is committed to a block.
5657

5758
By default in the docs we will use the `postTransactionCommit` as is way of
5859
being sure that the transaction is validated and commited to a block, so
59-
there will not be any issue if you try to transfer the asset immediately.
60+
there will not be any issue if you try to do any other action with the asset immediately.
6061

6162

6263
**Version 3.2.x**

0 commit comments

Comments
 (0)