p3(readme): correct p2 -> p3

This commit is contained in:
leo 2023-03-15 19:58:57 +01:00
parent 033fdd77a9
commit 97cf99e988
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

@ -12,7 +12,7 @@ go build -v .
to compute correlations, impulse function:
```sh
# pass a csv data file.
./p2 -datafile=./data/m.csv
./p3 -datafile=./data/m.csv
```
to visualise the computed data:
@ -24,6 +24,6 @@ alternatively, from current folder you could do both of the above in a single
step:
```diff
# compute stuff and visualise.
-./p2 -datafile=./data/m.csv
+./p2 -datafile=./data/m.csv -vis
-./p3 -datafile=./data/m.csv
+./p3 -datafile=./data/m.csv -vis
```