1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 00:05:35 +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:49:02 +01:00 committed by GitHub
parent 294885bca8
commit 6347c9cb0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ With all these buttons in place, you should see this:
## Final Result
That's it. If you have no errors in your `console.log` and your asset files listed you have working marketplace.
That's it. If you have no errors in your `console.log` and can see your asset files listed, you have a working marketplace.
Here is the full source of `src/App.js` that you should have if you followed this tutorial: