From 70eda91ea5af41aac5c8a225bc655186cac5659f Mon Sep 17 00:00:00 2001 From: Spenser Black Date: Fri, 24 May 2024 12:59:35 -0400 Subject: [PATCH] Fix broken markdown link --- .github/steps/1-initialize-javascript-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/steps/1-initialize-javascript-project.md b/.github/steps/1-initialize-javascript-project.md index fa538a3..4db81f2 100644 --- a/.github/steps/1-initialize-javascript-project.md +++ b/.github/steps/1-initialize-javascript-project.md @@ -69,7 +69,7 @@ Once you have the necessary tools installed locally, follow these steps to begin ```shell npm init -y ``` -8. Install the **request**, **request-promise** and **@actions/core** dependencies using `npm` from the [GitHub ToolKit] (https://github.com/actions/toolkit): +8. Install the **request**, **request-promise** and **@actions/core** dependencies using `npm` from the [GitHub ToolKit](https://github.com/actions/toolkit): ```shell npm install --save request request-promise @actions/core ```