We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a43d6 commit 459c9b3Copy full SHA for 459c9b3
1 file changed
README.md
@@ -32,7 +32,7 @@ eval $(opam env)
32
```
33
34
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`
+install [`hyperfine`](https://github.com/sharkdp/hyperfine).
36
37
## Domains for Parallelism
38
@@ -72,7 +72,7 @@ $ cat src/par.ml
72
Domain.spawn (fun _ -> print_endline "I ran in parallel")
73
74
75
-The Dune command compiles the native version of the above program and runs it:
+The `dune` command compiles the native version of the above program and runs it:
76
77
```bash
78
$ dune exec src/par.exe
0 commit comments