1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Update content/tutorials/react-get-use-data-set.md

Co-Authored-By: jernejpregelj <jernej.pregelj88@gmail.com>
This commit is contained in:
Matthias Kretschmann 2019-01-30 11:48:47 +01:00 committed by GitHub
parent 24f8845b1e
commit 294885bca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ The last thing we need is a button to start our search inside the render functio
<button onClick={() => this.retrieveAssets()}>Retrieve assets</button>
```
## Consume Asset
## Consume Assets
The retrieved assets can now be consumed so in this tutorial we consume the first one. The following code goes after `async retrieveAssets()` function.