You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,6 @@ To generate a new exercise template, do the following:
25
25
26
26
1. Be sure to run `npm install` at the root of the `javascript-exercises` directory to install the necessary dependencies.
27
27
1. Run the command `npm run generate`.
28
-
1. When prompted, enter the name of the new exercise in "camelCase" syntax.
29
-
30
-
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.
28
+
1. When prompted, enter the name of the new exercise in "camelCase" syntax. This will create a new directory with the necessary files included.
29
+
1. Update the `README.md` and `.spec.js` file, as well as the files inside the `solution` directory of the new exercise.
0 commit comments