From 31265117a81b1bb18682183355de7a9b3e5fa86b Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 14 Mar 2024 07:22:38 -0700 Subject: [PATCH] chore: fix formatting --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index be3141e..1a31819 100644 --- a/README.md +++ b/README.md @@ -126,12 +126,12 @@ So, what are you waiting for? Go ahead and start customizing your action! > [!WARNING] > -> This step is important! It will run [`ncc`](https://github.com/vercel/ncc) -> to build the final JavaScript action code with all dependencies included. -> If you do not run this step, your action will not work correctly when it is -> used in a workflow. This step also includes the `--license` option for -> `ncc`, which will create a license file for all of the production node -> modules used in your project. +> This step is important! It will run [`ncc`](https://github.com/vercel/ncc) to +> build the final JavaScript action code with all dependencies included. If you +> do not run this step, your action will not work correctly when it is used in a +> workflow. This step also includes the `--license` option for `ncc`, which will +> create a license file for all of the production node modules used in your +> project. 5. Commit your changes