Skip to content

Commit 0856305

Browse files
Update README.md
1 parent 3f597b9 commit 0856305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Solutions of algorithm problems using Javascript. https://ignacio-chiazzo.githu
55
### Structure
66
The solutions are located under `/LeetcodeProblems`. Each problem has a test file located under `/LeetcodeProblemsTest`.
77

8-
### Run Tests Scripts
8+
### Run Tests
99
To run all the test run `node Test.js` in the console.
1010

1111
To run a specific problem in your console run `node <problem_file_path>` (e.g. `node LeetcodeProblems/Lowest_Common_Ancestor_of_a_Binary_Tree.js`).

0 commit comments

Comments
 (0)