aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-25 19:21:28 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-25 19:21:28 -0500
commitcd7be9534f86c46d28d478bf8fa22e6423d474f1 (patch)
tree0f656c471cb6c56e49cba686d31d354e29c58b6c /README.md
parente41b922e83f2c090578e6ab8d3cee7f1c5b957b7 (diff)
change name to discidurl
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6402eb5..301161f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# pdiscidurl
+# discidurl
This program prints the `discid` submission URL to `STDOUT`. _That's it_.
@@ -7,5 +7,5 @@ It's a trimmed down version of [libdiscid/examples/discid.c](https://github.com/
When paired with something like `xdg-open`, the submission page of the current disc opens in the preferred browser:
``` sh
-pdiscidurl | xargs -r xdg-open
+discidurl | xargs -r xdg-open
```