From 56bfdb077edda1804220fa4649a6148c0b69b36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AB=E3=82=B3=E3=83=A1?= Date: Mon, 7 Oct 2024 21:23:59 +0900 Subject: [PATCH] docs: fix list number --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f03a00..3fcd65f 100644 --- a/README.md +++ b/README.md @@ -128,21 +128,21 @@ So, what are you waiting for? Go ahead and start customizing your action! > `ncc`, which will create a license file for all of the production node > modules used in your project. -1. Commit your changes +5. Commit your changes ```bash git add . git commit -m "My first action is ready!" ``` -1. Push them to your repository +6. Push them to your repository ```bash git push -u origin releases/v1 ``` -1. Create a pull request and get feedback on your action -1. Merge the pull request into the `main` branch +7. Create a pull request and get feedback on your action +8. Merge the pull request into the `main` branch Your action is now published! :rocket: