From 986aac3b5bb0c49f3d0c6bf6308ac8f586628371 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Tue, 31 Oct 2023 17:35:26 -0600 Subject: [PATCH] fix markdown list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1281e19..8defbb9 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ need to perform some initial setup steps before you can develop your action. npm install ``` -2. :building_construction: Package the TypeScript for distribution +1. :building_construction: Package the TypeScript for distribution ```bash npm run bundle ``` -3. :white_check_mark: Run the tests +1. :white_check_mark: Run the tests ```bash $ npm test