diff --git a/src/tutorial/simple-storage/README.md b/src/tutorial/simple-storage/README.md index 23310ef..1b20a35 100644 --- a/src/tutorial/simple-storage/README.md +++ b/src/tutorial/simple-storage/README.md @@ -70,6 +70,7 @@ Onto the fun part, the logic. Remember from the addTwo example we can read calld // Get pointer and store [VALUE] // [value_ptr, value] sstore // [] + stop // [] } ``` @@ -134,6 +135,7 @@ Now all of it together! // Get pointer and store [VALUE] // [value_ptr, value] sstore // [] + stop // [] } // getValue()