Skip to content

Commit 39169ed

Browse files
committedJan 29, 2025
Use lazy numbering for ordered list
1 parent bc1a836 commit 39169ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If a maintainer has approved a new exercise to be added, the new exercise(s) mus
2424
To generate a new exercise template, do the following:
2525

2626
1. Be sure to run `npm install` at the root of the `javascript-exercises` directory to install the necessary dependencies.
27-
2. Run the command `npm run generate`.
28-
3. When prompted, enter the name of the new exercise in "camelCase" syntax.
27+
1. Run the command `npm run generate`.
28+
1. When prompted, enter the name of the new exercise in "camelCase" syntax.
2929

3030
After entering an exercise name, a new directory with the necessary files will be created. You will then need to update the `README.md` and `spec.js` files as well as the files in the `solution` directory of the new exercise.

0 commit comments

Comments
 (0)
Failed to load comments.