From a2ed1b5a808616689e33a9bea75696608db26210 Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Sat, 6 Apr 2024 08:00:53 -0500 Subject: [PATCH] Update download link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e89e80..1343eae 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,19 @@ Yarn plugin to show outdated dependencies. ### Yarn 4 ```bash -yarn plugin import https://mskelton.dev/yarn-outdated/v4 +yarn plugin import https://go.mskelton.dev/yarn-outdated/v4 ``` ### Yarn 3 ```bash -yarn plugin import https://mskelton.dev/yarn-outdated/v3 +yarn plugin import https://go.mskelton.dev/yarn-outdated/v3 ``` ### Yarn 2 ```bash -yarn plugin import https://mskelton.dev/yarn-outdated/v1.2.0 +yarn plugin import https://go.mskelton.dev/yarn-outdated/v1.2.0 ``` ## Usage