diff --git a/user-guides/compute-to-data/make-a-boss-c2d-algorithm.md b/user-guides/compute-to-data/make-a-boss-c2d-algorithm.md index fbadf84c..29c0cafc 100644 --- a/user-guides/compute-to-data/make-a-boss-c2d-algorithm.md +++ b/user-guides/compute-to-data/make-a-boss-c2d-algorithm.md @@ -8,11 +8,11 @@ description: >-
-The beginning of any great algorithm for Compute-to-Data starts by referencing the dataset file correctly on the Docker container. Here is the code in both Python and Javascript for how to reference your dataset file on the Docker container: +The beginning of any great algorithm for Compute-to-Data starts by referencing the dataset asset correctly on the Docker container. Read on, anon. ### Open the local dataset file -This code goes in the algorithm file for Compute-to-Data and shows how to reference the dataset file on the Docker container you selected. +This code goes at the top of your algorithm file for your algorithm NFT asset to use with Compute-to-Data. It references your data NFT asset file on the Docker container you selected. {% tabs %} {% tab title="Python" %}