Skip to content

Commit 0712928

Browse files
committed
Fixed readme formatting
1 parent 54f5777 commit 0712928

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ Features
1515
Try it out!
1616
--------------------
1717
1. Open up IDE in http://www.cs.princeton.edu/~tongbinw/bitcoinIDE/build/editor.html
18-
2. In the Script pane, type in some script code:
19-
ex. 1 2 OP_ADD
20-
ex. 123 OP_HASH256
21-
ex. 1 OP_IF 2 OP_ELSE 3 OP_ENDIF
22-
3. View the equivalent assembly code by clicking the Assembly tab
23-
4. To execute the script, return to the Script tab and hit the Run button on the bottom to run the code
24-
5. Note the stack operations in the stack pane on the right.
25-
6. To process the script one command at a time, hit the Step button on the bottom
18+
2. In the **Script pane**, type in some script code:
19+
*ex. 1 2 OP_ADD
20+
*ex. 123 OP_HASH256
21+
*ex. 1 OP_IF 2 OP_ELSE 3 OP_ENDIF
22+
3. View the equivalent assembly code by clicking the **Assembly tab**
23+
4. To execute the script, return to the Script tab and hit the **Run** button on the bottom to run the code
24+
5. Note the stack operations in the **Stack pane** on the right.
25+
6. To process the script one command at a time, hit the **Step** button on the bottom
2626
7. Note the stack operations
2727
8. Note the text box on the bottom that shows the next command
28-
9. To process the remainder of the commands, hit the Continue button on the bottom
28+
9. To process the remainder of the commands, hit the **Continue** button on the bottom
2929
10. If the script was a valid script, then the text box on the bottom will be green and the stack elements will be orange.
3030
11. If the script was invalid, then the text box and the stack elements will be red
3131

0 commit comments

Comments
 (0)