Skip to content

Commit 48e2a1b

Browse files
Merge pull request geekcomputers#361 from darksun27/patch-1
Update README.txt
2 parents e5fe06f + e1873f3 commit 48e2a1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Assembler/README.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To start the program you will type
66
``` python assembler.py code.txt ```
77

88

9-
After you type 'enter' the program will interpret the source-code in 'code.txt'
9+
After you hit 'enter' the program will interpret the source-code in 'code.txt'.
1010
You can use many texfiles as input. These will be interpret one by one.
1111

1212
You find some examples in the directory 'examples'.
@@ -32,4 +32,3 @@ END PROGRAM
3232
```
3333

3434
**Refer to GUIDE.txt to read a guide**
35-

0 commit comments

Comments
 (0)