Skip to content

Commit 4e98808

Browse files
committed
tweak readme
1 parent e9dd2fb commit 4e98808

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Each submitted project should contain a bash script named `setup.sh` that is
77
responsible for building the executable.
88

99
Some languages, such as python, will not need to build anything, but should
10-
still contain an empty setup.sh file.
10+
still contain an empty `setup.sh` file.
1111

1212
### Executable
1313
The executable should be named `VMtranslator`.
1414

1515
For interpreted languages, such as python, where your program cannot be built
16-
into an executable should use a bash script to call their program *passing
17-
through any arguments*.
16+
into an executable, use a bash script to call their program *passing through
17+
any arguments*.
1818

1919
Python Example:
2020
```bash

0 commit comments

Comments
 (0)