From 6c858fd4fcc6f39fdcee8a671ff73f9bc11803a3 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 20 Sep 2023 12:42:55 +0200 Subject: [PATCH] README.md: improve wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9f0298..548b861 100644 --- a/README.md +++ b/README.md @@ -240,8 +240,8 @@ main.eas: ### #assemble -For contract constructors and advanced CALL constructions, it can be necessary to include -sub-program bytecode as-is. The `#assemble` directive can do this for you. +When writing contract constructors and advanced CALL scenarios, it can be necessary to +include sub-program bytecode as-is. The `#assemble` directive can do this for you. Using `#assemble` runs the assembler on the specified file, and includes the resulting bytecode into the current program. Labels of the subprogram will start at offset zero.