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