about summary refs log tree commit diff
path: root/readme.md
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-11-06 05:50:51 -0600
committergennyble <gen@nyble.dev>2023-11-06 05:50:51 -0600
commit9caade80385aa77a16a2ee152a88437fd2301816 (patch)
treef7cd3794ea76ebab6a4f06b12ce2f5a586bf35fc /readme.md
parent665073d5cfe56a4ac2a6a3b8b6fa859506d85b1c (diff)
downloadwhenwasit-9caade80385aa77a16a2ee152a88437fd2301816.tar.gz
whenwasit-9caade80385aa77a16a2ee152a88437fd2301816.zip
try to disable highlighting readme usage
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 65bd3bc..3756a22 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-```
+```text
 Usage: whenwasit [options] PATH
 ```
 
@@ -11,12 +11,12 @@ Use the `--format` flag *(`-f`)* to switch between outputting
 `json` or `csv`. the default is `csv`.
 
 The flag `--ignore` can be used to ignore paths relative to
-the one whenwasit was given. See [.whenwasit-ignore](/.whenwasit-ignore)
+the one whenwasit was given. See [.whenwasit-ignore](tree/.whenwasit-ignore)
 as an example.
 
 For an example on how you might use whenwasit as a git hook, see
-[pre-commit](/pre-commit). It runs whenwasit before commit,
-makes the file [times.csv](/times.csv), and adds it to the commit.
+[pre-commit](tree/pre-commit). It runs whenwasit before 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.