Skip to content

Commit 15c6778

Browse files
committed
slight README rewording
1 parent c983976 commit 15c6778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ the available options, use:
5757
```
5858

5959
For example, to apply mCoq to [StructTact][structtact-repo]
60-
revision [`82a85b7`][structtact-revision], use:
60+
revision [`82a85b7`][structtact-revision], run:
6161
```
6262
./mcoq.py --project StructTact --threads 2 --sha 82a85b7 \
6363
--url https://github.com/uwplse/StructTact.git \
64-
--buildcmd "./configure && make -j4" --qdir ".,StructTact"
64+
--buildcmd "./configure && make -j2" --qdir ".,StructTact"
6565
```
6666
After running this command, look for a HTML report in the `reports` directory.
6767

6868
For large Coq projects, it is recommended to set the `--threads` option
6969
to at least the number of CPU cores in the machine, since mutation analysis
70-
may otherwise take a long time to complete.
70+
may otherwise take a very long time to complete.
7171

7272
[ase-paper]: https://users.ece.utexas.edu/~gligoric/papers/CelikETAL19mCoq.pdf
7373
[structtact-repo]: https://github.com/uwplse/StructTact

0 commit comments

Comments
 (0)