Skip to content

Commit 4dc2ece

Browse files
committed
tweak readme
1 parent cd2f382 commit 4dc2ece

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Sprint-2/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ You can also use `console.log` to check the value of different variables in the
3838

3939
In the prep for this sprint, we developed a function to convert 24 hour clock times to 12 hour clock times.
4040

41-
Your task is to write tests for as many different groups of input data or edge cases as you can, and fix any bugs you find. This will also help you solve some similar kata in Codewars.
41+
Your task is to write tests for as many different groups of input data or edge cases as you can, and fix any bugs you find. This section is not mandatory, but it will also help you solve some similar kata in Codewars.

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ There are some tools that will help you to write code. One of these, [Prettier](
2323
- In Visual Studio open the settings file (see https://code.visualstudio.com/docs/getstarted/settings#_creating-user-and-workspace-settings)
2424
- Search for `editor format`
2525
- Set `editor.formatOnSave` and `editor.formatOnPaste` to true
26+
27+
### 3. Install the packages for this coursework
28+
29+
- Open the terminal in Visual Studio Code
30+
- Run `npm install` in the root of this repository

0 commit comments

Comments
 (0)