Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phklive committed Jul 16, 2024
1 parent 252182e commit 4a5b305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions miden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ make exec
# build an executable for Apple silicon (concurrent+metal)
make exec-metal

# built an executable for targets with AVX2 instructions (concurrent)
# build an executable for targets with AVX2 instructions (concurrent)
make exec-avx2

# built an executable for targets with SVE instructions (concurrent)
# build an executable for targets with SVE instructions (concurrent)
make exec-sve

# built an executable with log tree enabled
# build an executable with log tree enabled
make exec-info
```

Expand Down

0 comments on commit 4a5b305

Please sign in to comment.