mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 09:46:58 +01:00
Fix typo via @ferOnti
This commit is contained in:
parent
c83181fe20
commit
4c34f33a82
@ -83,7 +83,7 @@ new Connection(PATH).listTransactions(assetId, operation)
|
||||
|
||||
```js
|
||||
// new
|
||||
new Connection(PATH).searchAsset(search)
|
||||
new Connection(PATH).searchAssets(search)
|
||||
```
|
||||
|
||||
A querying interface to text-search all assets in BigchainDB. For more
|
||||
|
Loading…
Reference in New Issue
Block a user