From f8d8ae2f90cc8d0e278965f7101e7bff83e333d2 Mon Sep 17 00:00:00 2001 From: Trent McConaghy Date: Fri, 3 Nov 2023 22:49:37 +0100 Subject: [PATCH] Fix #1302 - followup --- developers/ocean.py/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developers/ocean.py/README.md b/developers/ocean.py/README.md index 698668f0..3879db39 100644 --- a/developers/ocean.py/README.md +++ b/developers/ocean.py/README.md @@ -20,7 +20,7 @@ As a Python library, Ocean.py is built for the key environment of data scientist ### Quickstart 🚀 -To kickstart your adventure with ocean.py, we set out the following steps to get you zooming ahead in no time! +Follow these steps in sequence to ramp into Ocean. 1. [Install Ocean](install.md) 📥 2. Setup 🛠️ @@ -29,4 +29,4 @@ To kickstart your adventure with ocean.py, we set out the following steps to get 3. [Publish asset](publish-flow.md), post for free / for sale, dispense it / buy it, and [consume ](consume-flow.md)it 4. Run algorithms through [Compute-to-Data flow](compute-flow.md) using Ocean environment. -After these quickstart steps, the main [README](https://github.com/oceanprotocol/ocean.py/blob/main/README.md) points to several other use cases, such as [Data Farming - Challenge DF](https://github.com/oceanprotocol/predict-eth), [Data Farming - Volume DF](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/df.md), on-chain key-value stores ([public](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/key-value-public.md) or [private](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/key-value-private.md)), and other types of data assets ([REST API](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/publish-flow-restapi.md), [GraphQL](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/publish-flow-graphql.md), [on-chain](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/publish-flow-onchain.md)). +After these quickstart steps, the main [README](https://github.com/oceanprotocol/ocean.py/blob/main/README.md) points to several other use cases, such as [Volume Data Farming](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/df.md), on-chain key-value stores ([public](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/key-value-public.md) or [private](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/key-value-private.md)), and other types of data assets ([REST API](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/publish-flow-restapi.md), [GraphQL](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/publish-flow-graphql.md), [on-chain](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/publish-flow-onchain.md)).