From d9e64c754696fcbc9836e9a3ce985b0d713ab6bc Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Thu, 28 Sep 2023 17:29:29 +0300 Subject: [PATCH] add missing code block --- developers/ocean-cli/getting-asset-ddo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/ocean-cli/getting-asset-ddo.md b/developers/ocean-cli/getting-asset-ddo.md index 5f4fddeb..d854f493 100644 --- a/developers/ocean-cli/getting-asset-ddo.md +++ b/developers/ocean-cli/getting-asset-ddo.md @@ -1,5 +1,5 @@ # Getting asset DDO -Obtaining the DDO of an asset is a straightforward process. You can accomplish this task by executing the following command: npm run cli getDDO 'assetDID' +Obtaining the DDO of an asset is a straightforward process. You can accomplish this task by executing the following command: npm run cli getDDO 'assetDID'
getDDO method example