Skip to content

Commit a65094c

Browse files
Update README.md
1 parent d6cd8e0 commit a65094c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ git clone git@github.com:Lord-of-Algorithms/DSA-in-Java.git
1818
To run an example, navigate to the corresponding file and execute it using your Java environment:
1919

2020
```
21-
cd DSA-in-Java/src
22-
javac binarytree/BinarySearchTreeMain.java
23-
java binarytree/BinarySearchTreeMain.java
21+
cd DSA-in-Java/src/binarytree
22+
javac BinarySearchTreeMain.java
23+
java BinarySearchTreeMain.java
2424
```
2525

2626
## License

0 commit comments

Comments
 (0)