From 88400d42e6d0cfc7eabab54a045b3f0a7fe6198f Mon Sep 17 00:00:00 2001 From: Andrew Branch Date: Wed, 20 Dec 2023 13:35:23 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d790d6..a66f4b4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This project attempts to analyze npm package contents for issues with their Type ## CLI -You can use this project from CLI. Check out the [CLI readme](packages/cli/README.md). +You can check packages on disk with [`@arethetypeswrong/cli`](https://npmjs.com/@arethetypeswrong/cli). See [its README](./packages/cli/README.md) for usage. ## Contributing