Skip to content

Commit 2290c79

Browse files
authored
fixing file name references (#108)
1 parent 8c9963a commit 2290c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/gui-programming/gtk4-samples/minimal-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ int main (string[] args) {
4141
Compile:
4242

4343
```shell
44-
valac --pkg gtk4 MinimalAppSample.vala
44+
valac --pkg gtk4 MinimalApp.vala
4545
```
4646

4747
Run:
4848

4949
```shell
50-
./MinimalAppSample.vala
50+
./MinimalApp
5151
```

0 commit comments

Comments
 (0)