From c38f84e08cc23d2619d628c470918063864b0e68 Mon Sep 17 00:00:00 2001 From: Trent McConaghy <5305452+trentmc@users.noreply.github.com> Date: Tue, 24 Aug 2021 11:57:39 +0200 Subject: [PATCH] Update compute-to-data.md Bug fix - bullets --- content/concepts/compute-to-data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/concepts/compute-to-data.md b/content/concepts/compute-to-data.md index 1b3db8dd..a19d9a90 100644 --- a/content/concepts/compute-to-data.md +++ b/content/concepts/compute-to-data.md @@ -22,8 +22,8 @@ With Compute-to-Data, datasets are not allowed to leave the premises of the data Algorithms can be public or private by setting `"attributes.main.type"` value as follows: --`"access"` - public. The algorithm can be downloaded, given appropriate datatoken. --`"compute"` - private. The algorithm is only available to use as part of a compute job without any way to download it. The dataset must be published on the same Ocean Provider as the dataset it's targeted to run on. +- `"access"` - public. The algorithm can be downloaded, given appropriate datatoken. +- `"compute"` - private. The algorithm is only available to use as part of a compute job without any way to download it. The dataset must be published on the same Ocean Provider as the dataset it's targeted to run on. For each dataset, publishers can choose to allow various permission levels for algorithms to run: