summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechie2000 <38585780+techie2000@users.noreply.github.com>2021-03-02 11:45:01 +0000
committerGitHub <noreply@github.com>2021-03-02 12:45:01 +0100
commite6b57a34c07dd1fb5c89bac5baf97e502a08c2b3 (patch)
treef2d5b9b3e34fe5769ce2b621a3a81849bc352d57
parent9cb765ae1a7b8c376b1d8fa6e40e5ae047d1cd26 (diff)
Update GeekTool link (#30)
Previous link had become invalid.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 84c725d..3cbe366 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ $ watch -n 5 -t -c ./ticker.sh AAPL MSFT GOOG BTC-USD
$ while true; do clear; ./ticker.sh AAPL MSFT GOOG BTC-USD; sleep 5; done
```
-This script works well with [GeekTool](https://www.tynsoe.org/v2/geektool/) and similar software:
+This script works well with [GeekTool](https://www.tynsoe.org/geektool/) and similar software:
```sh
PATH=/usr/local/bin:$PATH # make sure to include the path where jq is located