From 75a798584e03e8bb6715ada499a3de3b8ee72407 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 10 Nov 2022 08:10:08 -0700 Subject: [PATCH] Fix link to ncc --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0eec078..70287bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thanks for your interest in contributing to Gitleaks-Action! ## Quickstart * Make changes to the files in the `src` directory. -* "Build" the dist using [ncc]([url](https://github.com/vercel/ncc)): +* "Build" the dist using [ncc](https://github.com/vercel/ncc): * Use [nvm](https://github.com/nvm-sh/nvm) to select the right version of node: ``` nvm use