From 8e32dc865f2017b48b5c038b4b78ec6de0aa4111 Mon Sep 17 00:00:00 2001 From: Sam Williams Date: Fri, 1 May 2020 21:03:32 +0200 Subject: [PATCH] README edits. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f986c5b..8020b9c 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,12 @@ to environmental differences (for example). The rules are simple: -- Your entire contract file will be executed as a script when the contract is -invoked. -- The current state of the contract is found in the `state` variable. The value -found in the `state` variable after the contract has executed will be written to -the Arweave so that it can be imported in the next contract run. The value -of the variable should be a string. +- Your entire contract file will be executed by the local javascript execution +environment as a script when the contract is invoked. +- The current state of the contract is found in the `state` variable upon +invocation. The value found in the `state` variable after the contract has +executed will be written to the Arweave so that it can be imported in the next +contract run. The value of the variable should be a string. - The input to the current contract execution is found in the `input` variable, as a string. - The address of the wallet that is invoking the contract can be found in the