1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 09:46:58 +01:00

Merge pull request #69 from bigchaindb/fix-typo

Fix typo in upgrade guide
This commit is contained in:
Tim Daubenschütz 2017-06-28 09:50:29 +02:00 committed by GitHub
commit f60585d2d0

View File

@ -83,7 +83,7 @@ new Connection(PATH).listTransactions(assetId, operation)
```js ```js
// new // new
new Connection(PATH).searchAsset(search) new Connection(PATH).searchAssets(search)
``` ```
A querying interface to text-search all assets in BigchainDB. For more A querying interface to text-search all assets in BigchainDB. For more