Skip to content

Commit f441374

Browse files
Revised INSTALL.md of proofs
1 parent 97aeaa0 commit f441374

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

proofs/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Detailed installation instructions for many operating systems are given on the r
1111
- Windows 64-bit: Go to the [stack installation page][stackinstall]. Download and run the _Windows 64-bit Installer_.
1212
- MacOS: Please follow the instructions on the [installation webpage][stackinstall].
1313

14-
Second, please open a terminal and navigate to the repository's directory (the directory containing this `INSTALL.md`).
14+
Second, please open a terminal and navigate to the proofs directory of this repository (the directory containing this `INSTALL.md`).
1515
```shell
1616
cd <path/to/this/repository/proofs>
1717
```
@@ -27,7 +27,7 @@ stack run
2727

2828
## What Is There to See
2929

30-
Our example executes a simple test. It:
30+
Our example executes a simple test. It
3131
1. constructs two variation trees (called `Kanto Starters` and `Johto Starters`) and prints them to terminal;
3232
2. diffs both trees to a variation tree diff using our [`naiveDiff`](src/VariationDiff.hs) function, which is described in our appendix, and prints the diff to terminal;
3333
3. creates both projections of the variation tree diff (before and after the edit) and prints both to terminal;

0 commit comments

Comments
 (0)