From e0ee4d0706c2ae6857c2f9aff3c5db94eecdcef7 Mon Sep 17 00:00:00 2001 From: igor Date: Thu, 25 Aug 2022 00:17:08 +0200 Subject: [PATCH] small correction: script to function --- aqua-examples/ts-oracle/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqua-examples/ts-oracle/Readme.md b/aqua-examples/ts-oracle/Readme.md index 2c011cc..577131c 100644 --- a/aqua-examples/ts-oracle/Readme.md +++ b/aqua-examples/ts-oracle/Readme.md @@ -206,7 +206,7 @@ func ts_oracle(min_points: u32) -> Oracle: <- oracle -- and return to initiating peer ``` -We can run our Aqua `ts_oracle` script against the deployed processing service to get our oracle point estimate using `fluence run`: +We can run our Aqua `ts_oracle` function against the deployed processing service to get our oracle point estimate using `fluence run`: ```bash fluence run \