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