From 4a5b305592314771deecbca1d02d59612a25f703 Mon Sep 17 00:00:00 2001 From: Paul-Henry Kajfasz Date: Tue, 16 Jul 2024 22:44:04 +0200 Subject: [PATCH] Fix typo --- miden/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/miden/README.md b/miden/README.md index 0064156add..4ffe53d755 100644 --- a/miden/README.md +++ b/miden/README.md @@ -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 ```