From 62fa91e63a751dce3053c55745962ff189843b27 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 5 Aug 2023 17:53:03 +0700 Subject: [PATCH] Wording --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 126a87a..e199eae 100644 --- a/readme.md +++ b/readme.md @@ -54,7 +54,7 @@ echo "Bitcoin Blockhash: $blockhash" echo "Combined hash: $combined_hash" ``` -The code is streamed out of the LLM during inferpretation and executed line by line so execution is not blocked waiting for inference to finish. The resulting code is cached and will be executed immediately next time the humanscript is executed, bypassing the need for reinferpretation. +The code is streamed out of the LLM during inferpretation and executed line by line so execution is not blocked waiting for inference to finish. The resulting code is cached and will be executed immediately the next time the humanscript is executed, bypassing the need for reinferpretation. ## Usage