Skip to content

Commit 459c9b3

Browse files
addressed KC's comments
1 parent c1a43d6 commit 459c9b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ eval $(opam env)
3232
```
3333

3434
Since we will be doing performance measurements, it is recommended that you also
35-
install [`hyperfine`](https://github.com/sharkdp/hyperfine). With Homebrew, `brew install hyperfine`
35+
install [`hyperfine`](https://github.com/sharkdp/hyperfine).
3636

3737
## Domains for Parallelism
3838

@@ -72,7 +72,7 @@ $ cat src/par.ml
7272
Domain.spawn (fun _ -> print_endline "I ran in parallel")
7373
```
7474
75-
The Dune command compiles the native version of the above program and runs it:
75+
The `dune` command compiles the native version of the above program and runs it:
7676
7777
```bash
7878
$ dune exec src/par.exe

0 commit comments

Comments
 (0)