Skip to content

Commit

Permalink
README.md: improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Sep 20, 2023
1 parent f3a594d commit 6c858fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6c858fd

Please sign in to comment.