From aad5d600fccbfdfb55ee2a640ae5bf7778680eca Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Mon, 18 Sep 2017 17:36:13 +0700 Subject: [PATCH] Fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 505ef0c2..9cd96d29 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Mythril can assemble code from input files that contain one instruction per line $ ./mythril.py -d -c "0x606060405050" -o code.easm ``` -Edit the instructions in a text editor. For example, we can change the two `PUSH` instruction from the original example: +Edit the instructions in a text editor. For example, we can modify the `PUSH` instructions from the original example: ``` PUSH2 0x4050