diff options
author | gennyble <gen@nyble.dev> | 2023-11-06 05:53:52 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-11-06 05:53:52 -0600 |
commit | 6dce0d2ed851136af616dda154b92b1f05df627f (patch) | |
tree | 9a0cfee2610f8aba08ed3ce5d8dfdbc959ba24a4 | |
parent | 3d3b158e05892b4d05e9f584494f258a77a30d74 (diff) | |
download | whenwasit-6dce0d2ed851136af616dda154b92b1f05df627f.tar.gz whenwasit-6dce0d2ed851136af616dda154b92b1f05df627f.zip |
fix broken times.csv link in readme
-rw-r--r-- | readme.md | 2 | ||||
-rw-r--r-- | times.csv | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md index 1fba61d..c50fd7b 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,7 @@ as an example. For an example on how you might use whenwasit as a git hook, see [pre-commit](../tree/pre-commit). It runs whenwasit before commit, -makes the file [times.csv](../tree/tree/times.csv), and adds it to the commit. +makes the file [times.csv](../tree/times.csv), and adds it to the commit. **CSV Output Definition:** because there are varying ways to make a CSV, it's described in detail below. diff --git a/times.csv b/times.csv index 5871026..4a09fb2 100644 --- a/times.csv +++ b/times.csv @@ -1,9 +1,9 @@ ,1692916976,1699270889,1699270890 Cargo.toml,1692916976,1699270917,1699270954 .whenwasit-ignore,1692930937,1692937439,1693004271 -times.csv,1693021142,1699271591,1699271548 +times.csv,1693021142,1699271632,1699271594 Cargo.lock,1692916991,1692927476,1692931525 -readme.md,1692917240,1699271577,1699271577 +readme.md,1692917240,1699271622,1699271622 .gitignore,1692916976,1693942574,1699270954 .rustfmt.toml,1692917231,1692917231,1692919305 pre-commit,1692931609,1693020891,1693021142 |