Skip to content

Commit 7f0abc7

Browse files
Update README.md
1 parent 6be33fb commit 7f0abc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Solutions of algorithm problems using Javascript. https://ignacio-chiazzo.github.io/Algorithms-Leetcode-Javascript/
44

55
### Structure
6-
The solutions are located under /LeetcodeProblems. Each solutions exports the main function(s) which to be tested. Each problem has a test file located under /LeetcodeProblemsTest.
7-
6+
The solutions are located under `/LeetcodeProblems`. Each problem has a test file located under `/LeetcodeProblemsTest`.
87

98
### Run Scripts
109
To run all the test run `node Main.js` in the console.

0 commit comments

Comments
 (0)