File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ Should you prefer to do exercises directly in files using your own editor:
118118- clone the repository (
` git clone [email protected] :MostlyAdequate/mostly-adequate-guide.git ` )
119119- go in the * exercises* section (` cd mostly-adequate-guide/exercises ` )
120120- install the necessary plumbing using [ npm] ( https://docs.npmjs.com/downloading-and-installing-node-js-and-npm ) (` npm install ` )
121- - complete answers by modifying the files named * exercises \_\* * in the corresponding chapter's folder
121+ - complete answers by modifying the files named * exercise \_\* * in the corresponding chapter's folder
122122- run the correction with npm (e.g. ` npm run ch04 ` )
123123
124124Unit tests will run against your answers and provide hints in case of mistake. By the by, the
125- answers to the exercises are available in files named * answers \_\* * .
125+ answers to the exercises are available in files named * solution \_\* * .
126126
127127#### Let's Practice!
128128
You can’t perform that action at this time.
0 commit comments