Skip to content

Commit d5d88c5

Browse files
committed
change more occurrences
1 parent c5b4a7f commit d5d88c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ To install the dependencies for JUnit4 tests, run :
3232
- For Android
3333

3434
```sh
35-
cd junit4-examples/android
35+
cd junit-4/android
3636
mvn clean
3737
```
3838

3939
- For iOS
4040

4141
```sh
42-
cd junit4-examples/ios
42+
cd junit-4/ios
4343
mvn clean
4444
```
4545

@@ -50,14 +50,14 @@ To install the dependencies for JUnit5 tests, run :
5050
- For Android
5151

5252
```sh
53-
cd junit5-examples/android
53+
cd junit-5/android
5454
mvn clean
5555
```
5656

5757
- For iOS
5858

5959
```sh
60-
cd junit5-examples/ios
60+
cd junit-5/ios
6161
mvn clean
6262
```
6363

0 commit comments

Comments
 (0)