Skip to content

Commit

Permalink
Fix broken markdown link (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack committed May 28, 2024
1 parent 5acf126 commit b877002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/steps/1-initialize-javascript-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit b877002

Please sign in to comment.