Skip to content

Commit

Permalink
Update README_simpleflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 authored May 22, 2020
1 parent d098d5d commit 8a3faec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_simpleflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const bob_ocean = Ocean(bob_config)


const account = await bob_ocean.accounts.list()[0]
const asset=bob_ocean.assets.getFromDTAddress(dt_address)
const asset=bob_ocean.assets.getFromDTAddress(dt_address)[0]
const file=asset.download(account)

```
Expand Down

0 comments on commit 8a3faec

Please sign in to comment.