We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7e9f1 commit a6230a6Copy full SHA for a6230a6
README.md
@@ -5,7 +5,7 @@ Experimental model checker for testing concurrent algorithms based on [Dynamic P
5
6
# Usage
7
8
-Lockfree can be installed from `opam`: `opam install dscheck`. Sample usage on a [naive counter](tests/test_naive_counter.ml) is shown below.
+Dscheck can be installed from `opam`: `opam install dscheck`. Sample usage on a [naive counter](tests/test_naive_counter.ml) is shown below.
9
10
```ocaml
11
module Atomic = Dscheck.TracedAtomic
0 commit comments