Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Steving <32336750+JasonSteving99@users.noreply.github.com>
  • Loading branch information
JasonSteving99 authored Jul 6, 2023
1 parent f6be407 commit 8e496b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ Note: For now, your Claro programs will need to be in the same dir as the extrac
```
echo 'print("Hello, world!");' > hello_world.claro
```
### Compile using claroc.sh
### Compile using claroc
```
claroc hello_world.claro
```
### Run using claro.sh
### Run using claro
```
claro hello_world
```
Expand Down

0 comments on commit 8e496b9

Please sign in to comment.