summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart2021-09-21 03:49:26 -0400
committerjgart2021-09-21 03:49:26 -0400
commit24aa687f63956fa5cb85d25d80e01d53362a877e (patch)
tree759c99e80e1f87adc71f4a11977fe32cff5c4748
parentef9c82412ed44165b7de0d684455955e7a30f436 (diff)
downloadgn-gemtext-24aa687f63956fa5cb85d25d80e01d53362a877e.tar.gz
Fix typo in gnbug command
-rw-r--r--README.gmi6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.gmi b/README.gmi
index 317617f..11d3b83 100644
--- a/README.gmi
+++ b/README.gmi
@@ -40,9 +40,9 @@ Only list issues assigned to pjotrp.
List issues that were created or updated in the last 3 days, in the last week or month respectively. The --since argument is passed directly to `git log`. Therefore, gnbug understands any --since argument that `git log` understands.
```
-./gnubug news --since='3 days'
-./gnubug news --since='1 week'
-./gnubug news --since='1 month'
+./gnbug news --since='3 days'
+./gnbug news --since='1 week'
+./gnbug news --since='1 month'
```
Using `direnv` with `gnbug` allows the user to drop the `./` in the command.