From 6ef8a72ab64b5e91af723836c99c18aab98deaea Mon Sep 17 00:00:00 2001 From: Ana <84312885+AnaLoznianu@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:23:45 +0300 Subject: [PATCH] Update consume.md --- developers/ocean-cli/consume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/ocean-cli/consume.md b/developers/ocean-cli/consume.md index a57aa639..9c955e0f 100644 --- a/developers/ocean-cli/consume.md +++ b/developers/ocean-cli/consume.md @@ -6,7 +6,7 @@ The process of consuming an asset is straightforward. To achieve this, you only npm run cli download 'assetDID' 'download-location-path' ``` -In this command, replace `assetDID`` with the specific DID of the asset you want to consume, and `download-location-path`` with the desired path where you wish to store the downloaded asset content +In this command, replace `assetDID` with the specific DID of the asset you want to consume, and `download-location-path` with the desired path where you wish to store the downloaded asset content Once executed, this command orchestrates both the **ordering** of a [datatoken](../contracts/datatokens.md) and the subsequent download operation. The asset's content will be automatically retrieved and saved at the specified location, simplifying the consumption process for users.