Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 authored Nov 8, 2023
1 parent 0172188 commit df53ec6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ You can execute your [xtd.tunit](https://gammasoft71.github.io/xtd/reference_gui
Run "Command prompt", go to the buid directory of the project (`unit_test_project2\build\Debug`) and type the following line :

```shell
unit_test_rpoject2
unit_test_porject2
```

### On macOS and Linux

Run "Terminal", go to the buid directory of the project (`unit_test_project2/build/Debug`) and type the following line :

```shell
./unit_test_rpoject2
./unit_test_project2
```

### Output
Expand Down

0 comments on commit df53ec6

Please sign in to comment.