From 4640231fd6a78204f8fdf9b85b3718f01249c8f9 Mon Sep 17 00:00:00 2001 From: Veronica Manuel Date: Thu, 8 Jun 2023 14:53:29 +0000 Subject: [PATCH] GITBOOK-465: change request with no subject merged in GitBook --- user-guides/marketplace-publish-data-asset.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user-guides/marketplace-publish-data-asset.md b/user-guides/marketplace-publish-data-asset.md index eaa967fe..82a71152 100644 --- a/user-guides/marketplace-publish-data-asset.md +++ b/user-guides/marketplace-publish-data-asset.md @@ -16,10 +16,10 @@ The publishing process on the Ocean Market both mints (i.e. creates) a data NFT ### How to Publish an NFT on the Ocean Market 🧑‍🏫 -### Programmatic flow: +### Code flow: * **Python:** Are you looking how to publish a data NFT using Python? Follow our ocean.py [Publish Flow](../developers/ocean.py/publish-flow.md) to mint a data NFT and datatoken using Python. -* Javascript: Are you looking how to publish a data NFT using Javascript? Follow our ocean.js Publish Flow to mint a data NFT and datatoken using Javascript. +* **Javascript**: Are you looking how to publish a data NFT using Javascript? Follow our ocean.js [Publish Flow](../developers/ocean.js/publish.md) to mint a data NFT and datatoken using Javascript. ### No code flow: