Skip to content

Commit a6230a6

Browse files
also correct a typo
1 parent be7e9f1 commit a6230a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Experimental model checker for testing concurrent algorithms based on [Dynamic P
55

66
# Usage
77

8-
Lockfree can be installed from `opam`: `opam install dscheck`. Sample usage on a [naive counter](tests/test_naive_counter.ml) is shown below.
8+
Dscheck can be installed from `opam`: `opam install dscheck`. Sample usage on a [naive counter](tests/test_naive_counter.ml) is shown below.
99

1010
```ocaml
1111
module Atomic = Dscheck.TracedAtomic

0 commit comments

Comments
 (0)