Skip to content

Commit 6a844fe

Browse files
Update README.md
1 parent d10441c commit 6a844fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111

1212
* Linux/Mac OS:
1313
```
14-
../../bin/alki.sh gcd-no-input.alk
14+
../../bin/alki.sh -a gcd-no-input.alk
1515
4
1616
```
1717
* Windows:
1818
```
19-
..\..\bin\alki.bat gcd-no-input.alk
19+
..\..\bin\alki.bat -a gcd-no-input.alk
2020
4
2121
```
2222
* an example that does require the input state:
2323
* Linux/Mac OS:
2424
```
25-
../../bin/alki.sh gcd.alk gcd.in
25+
../../bin/alki.sh -a gcd.alk -i gcd.in
2626
14
2727
```
2828
* Windows:

0 commit comments

Comments
 (0)