From d098d5d913bc4393ac24b1872743e1637f4f8596 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Fri, 22 May 2020 14:26:30 +0300 Subject: [PATCH] Update README_simpleflow.md --- README_simpleflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_simpleflow.md b/README_simpleflow.md index 870c26fa..fb7473ab 100644 --- a/README_simpleflow.md +++ b/README_simpleflow.md @@ -94,7 +94,7 @@ const bob_ocean = Ocean(bob_config) const account = await bob_ocean.accounts.list()[0] -const asset=bob_ocean.assets.get(dt_address) +const asset=bob_ocean.assets.getFromDTAddress(dt_address) const file=asset.download(account) ```